#EA878E

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

Shades of Carissma #EA878E

Tints of Carissma #EA878E

Color information

#EA878E (or 0xEA878E) is unknown color: approx Carissma. HEX triplet: EA, 87 and 8E. RGB value is (234,135,142). Sum of RGB (Red+Green+Blue) = 234+135+142=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA878E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA878E is #157871. Grayscale: #A5A5A5. Windows color (decimal): -1407090 or 9340906. OLE color: 9340906.

HSL color Cylindrical-coordinate representation of color #EA878E: hue angle of 355.76º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA878E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234135142-
CMYK00.420.390.08
HSL355.76º70.21%72.35%-
HSV(B)355.76º42.31%91.76%-
XYZ47.4836.7730.19-
YUV165.4114.8176.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=45.79%
G=26.42%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413514200.420.390.08355.7670.2172.35
HexEA878E02A2781644648
Octal3522072160524710544106110
Binary1110101010000111100011100101010100111100010110010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA878E; }

 p { color: rgb(234,135,142); }

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

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

 a { background-color: rgb(234,135,142); }

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

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

 span { border-color: rgb(234,135,142); }

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