#EA889B

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

Shades of Carissma #EA889B

Tints of Carissma #EA889B

Color information

#EA889B (or 0xEA889B) is unknown color: approx Carissma. HEX triplet: EA, 88 and 9B. RGB value is (234,136,155). Sum of RGB (Red+Green+Blue) = 234+136+155=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA889B is #157764. Grayscale: #A7A7A7. Windows color (decimal): -1406821 or 10193130. OLE color: 10193130.

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

Color convert

RGB234136155-
CMYK00.420.340.08
HSL348.37º70%72.55%-
HSV(B)348.37º41.88%91.76%-
XYZ48.6537.4735.68-
YUV167.47120.97175.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=44.57%
G=25.90%
B=29.52%

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
Decimal23413615500.420.340.08348.377072.55
HexEA889B02A22815c4649
Octal3522102330524210534106111
Binary1110101010001000100110110101010100010100010101110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA889B; }

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

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

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

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

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

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

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

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