#EA889F

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

Shades of Carissma #EA889F

Tints of Carissma #EA889F

Color information

#EA889F (or 0xEA889F) is unknown color: approx Carissma. HEX triplet: EA, 88 and 9F. RGB value is (234,136,159). Sum of RGB (Red+Green+Blue) = 234+136+159=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA889F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA889F is #157760. Grayscale: #A7A7A7. Windows color (decimal): -1406817 or 10455274. OLE color: 10455274.

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

Color convert

RGB234136159-
CMYK00.420.320.08
HSL345.92º70%72.55%-
HSV(B)345.92º41.88%91.76%-
XYZ48.9937.637.48-
YUV167.92122.97175.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=44.23%
G=25.71%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413615900.420.320.08345.927072.55
HexEA889F02A20815a4649
Octal3522102370524010532106111
Binary1110101010001000100111110101010100000100010101101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA889F; }

 p { color: rgb(234,136,159); }

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

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

 a { background-color: rgb(234,136,159); }

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

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

 span { border-color: rgb(234,136,159); }

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