#EA8999

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

Shades of Carissma #EA8999

Tints of Carissma #EA8999

Color information

#EA8999 (or 0xEA8999) is unknown color: approx Carissma. HEX triplet: EA, 89 and 99. RGB value is (234,137,153). Sum of RGB (Red+Green+Blue) = 234+137+153=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8999 is #157666. Grayscale: #A7A7A7. Windows color (decimal): -1406567 or 10062314. OLE color: 10062314.

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

Color convert

RGB234137153-
CMYK00.410.350.08
HSL350.1º69.78%72.75%-
HSV(B)350.1º41.45%91.76%-
XYZ48.6337.6834.85-
YUV167.83119.64175.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=44.66%
G=26.15%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413715300.410.350.08350.169.7872.75
HexEA899902923815e4649
Octal3522112310514310536106111
Binary1110101010001001100110010101001100011100010101111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8999; }

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

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

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

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

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

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

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

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