#EA899D

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

Shades of Carissma #EA899D

Tints of Carissma #EA899D

Color information

#EA899D (or 0xEA899D) is unknown color: approx Carissma. HEX triplet: EA, 89 and 9D. RGB value is (234,137,157). Sum of RGB (Red+Green+Blue) = 234+137+157=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA899D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA899D is #157662. Grayscale: #A8A8A8. Windows color (decimal): -1406563 or 10324458. OLE color: 10324458.

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

Color convert

RGB234137157-
CMYK00.410.330.08
HSL347.63º69.78%72.75%-
HSV(B)347.63º41.45%91.76%-
XYZ48.9637.8236.62-
YUV168.28121.64174.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=44.32%
G=25.95%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413715700.410.330.08347.6369.7872.75
HexEA899D02921815c4649
Octal3522112350514110534106111
Binary1110101010001001100111010101001100001100010101110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA899D; }

 p { color: rgb(234,137,157); }

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

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

 a { background-color: rgb(234,137,157); }

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

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

 span { border-color: rgb(234,137,157); }

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