#EA7B90

Color #EA7B90 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #EA7B90

Tints of Carissma #EA7B90

Color information

#EA7B90 (or 0xEA7B90) is unknown color: approx Carissma. HEX triplet: EA, 7B and 90. RGB value is (234,123,144). Sum of RGB (Red+Green+Blue) = 234+123+144=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B90 is #15846F. Grayscale: #9E9E9E. Windows color (decimal): -1410160 or 9468906. OLE color: 9468906.

HSL color Cylindrical-coordinate representation of color #EA7B90: hue angle of 348.65º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B90 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234123144-
CMYK00.470.380.08
HSL348.65º72.55%70%-
HSV(B)348.65º47.44%91.76%-
XYZ46.0533.6730.46-
YUV158.58119.77181.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=46.71%
G=24.55%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412314400.470.380.08348.6572.5570
HexEA7B9002F26815d4946
Octal3521732200574610535111106
Binary111010101111011100100000101111100110100010101110110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B90; }

 p { color: rgb(234,123,144); }

 H1.HeaderClassName
 {
   color: #EA7B90;
 }
 .AnyTagClassName
 {
   color: #EA7B90;
 }
</style>
background-color css

<style>
 a { background-color: #EA7B90; }

 a { background-color: rgb(234,123,144); }

 div.DivClassName
 {
   background-color: #EA7B90;
 }
 .BgClassName
 {
   background-color: #EA7B90;
 }
</style>
border-color css

<style>
 span { border-color: #EA7B90; }

 span { border-color: rgb(234,123,144); }

 td.TdClassName
 {
   border-color: #EA7B90;
 }
 .TagClassName
 {
   border-color: #EA7B90;
 }
</style>