#EA899C

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

Shades of Carissma #EA899C

Tints of Carissma #EA899C

Color information

#EA899C (or 0xEA899C) is unknown color: approx Carissma. HEX triplet: EA, 89 and 9C. RGB value is (234,137,156). Sum of RGB (Red+Green+Blue) = 234+137+156=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA899C is #157663. Grayscale: #A8A8A8. Windows color (decimal): -1406564 or 10258922. OLE color: 10258922.

HSL color Cylindrical-coordinate representation of color #EA899C: hue angle of 348.25º 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 #EA899C is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234137156-
CMYK00.410.330.08
HSL348.25º69.78%72.75%-
HSV(B)348.25º41.45%91.76%-
XYZ48.8837.7836.17-
YUV168.17121.14174.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=44.40%
G=26.00%
B=29.60%

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
Decimal23413715600.410.330.08348.2569.7872.75
HexEA899C02921815c4649
Octal3522112340514110534106111
Binary1110101010001001100111000101001100001100010101110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA899C; }

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

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

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

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

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

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

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

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