#EA889A

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

Shades of Carissma #EA889A

Tints of Carissma #EA889A

Color information

#EA889A (or 0xEA889A) is unknown color: approx Carissma. HEX triplet: EA, 88 and 9A. RGB value is (234,136,154). Sum of RGB (Red+Green+Blue) = 234+136+154=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA889A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA889A is #157765. Grayscale: #A7A7A7. Windows color (decimal): -1406822 or 10127594. OLE color: 10127594.

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

Color convert

RGB234136154-
CMYK00.420.340.08
HSL348.98º70%72.55%-
HSV(B)348.98º41.88%91.76%-
XYZ48.5737.4335.24-
YUV167.35120.47175.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=44.66%
G=25.95%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413615400.420.340.08348.987072.55
HexEA889A02A22815d4649
Octal3522102320524210535106111
Binary1110101010001000100110100101010100010100010101110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA889A; }

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

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

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

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

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

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

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

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