#EA878B

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

Shades of Carissma #EA878B

Tints of Carissma #EA878B

Color information

#EA878B (or 0xEA878B) is unknown color: approx Carissma. HEX triplet: EA, 87 and 8B. RGB value is (234,135,139). Sum of RGB (Red+Green+Blue) = 234+135+139=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA878B is #157874. Grayscale: #A5A5A5. Windows color (decimal): -1407093 or 9144298. OLE color: 9144298.

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

Color convert

RGB234135139-
CMYK00.420.410.08
HSL357.58º70.21%72.35%-
HSV(B)357.58º42.31%91.76%-
XYZ47.2636.6829.02-
YUV165.06113.3177.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=46.06%
G=26.57%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413513900.420.410.08357.5870.2172.35
HexEA878B02A2981664648
Octal3522072130525110546106110
Binary1110101010000111100010110101010101001100010110011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA878B; }

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

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

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

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

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

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

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

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