#EA899E

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

Shades of Carissma #EA899E

Tints of Carissma #EA899E

Color information

#EA899E (or 0xEA899E) is unknown color: approx Carissma. HEX triplet: EA, 89 and 9E. RGB value is (234,137,158). Sum of RGB (Red+Green+Blue) = 234+137+158=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA899E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA899E is #157661. Grayscale: #A8A8A8. Windows color (decimal): -1406562 or 10389994. OLE color: 10389994.

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

Color convert

RGB234137158-
CMYK00.410.320.08
HSL347.01º69.78%72.75%-
HSV(B)347.01º41.45%91.76%-
XYZ49.0537.8537.07-
YUV168.4122.14174.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=44.23%
G=25.90%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413715800.410.320.08347.0169.7872.75
HexEA899E02920815b4649
Octal3522112360514010533106111
Binary1110101010001001100111100101001100000100010101101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA899E; }

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

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

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

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

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

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

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

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