#EA80A0

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

Shades of Carissma #EA80A0

Tints of Carissma #EA80A0

Color information

#EA80A0 (or 0xEA80A0) is unknown color: approx Carissma. HEX triplet: EA, 80 and A0. RGB value is (234,128,160). Sum of RGB (Red+Green+Blue) = 234+128+160=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA80A0 is #157F5F. Grayscale: #A3A3A3. Windows color (decimal): -1408864 or 10518762. OLE color: 10518762.

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

Color convert

RGB234128160-
CMYK00.450.320.08
HSL341.89º71.62%70.98%-
HSV(B)341.89º45.3%91.76%-
XYZ4835.4737.57-
YUV163.34126.12178.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=44.83%
G=24.52%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412816000.450.320.08341.8971.6270.98
HexEA80A002D2081564847
Octal3522002400554010526110107
Binary1110101010000000101000000101101100000100010101011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA80A0; }

 p { color: rgb(234,128,160); }

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

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

 a { background-color: rgb(234,128,160); }

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

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

 span { border-color: rgb(234,128,160); }

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