#EA878A

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

Shades of Carissma #EA878A

Tints of Carissma #EA878A

Color information

#EA878A (or 0xEA878A) is unknown color: approx Carissma. HEX triplet: EA, 87 and 8A. RGB value is (234,135,138). Sum of RGB (Red+Green+Blue) = 234+135+138=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA878A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA878A is #157875. Grayscale: #A5A5A5. Windows color (decimal): -1407094 or 9078762. OLE color: 9078762.

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

Color convert

RGB234135138-
CMYK00.420.410.08
HSL358.18º70.21%72.35%-
HSV(B)358.18º42.31%91.76%-
XYZ47.1836.6628.63-
YUV164.94112.8177.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=46.15%
G=26.63%
B=27.22%

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
Decimal23413513800.420.410.08358.1870.2172.35
HexEA878A02A2981664648
Octal3522072120525110546106110
Binary1110101010000111100010100101010101001100010110011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA878A; }

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

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

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

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

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

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

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

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