#EA869E

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

Shades of Carissma #EA869E

Tints of Carissma #EA869E

Color information

#EA869E (or 0xEA869E) is unknown color: approx Carissma. HEX triplet: EA, 86 and 9E. RGB value is (234,134,158). Sum of RGB (Red+Green+Blue) = 234+134+158=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA869E is #157961. Grayscale: #A6A6A6. Windows color (decimal): -1407330 or 10389226. OLE color: 10389226.

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

Color convert

RGB234134158-
CMYK00.430.320.08
HSL345.6º70.42%72.16%-
HSV(B)345.6º42.74%91.76%-
XYZ48.6337.0136.93-
YUV166.64123.13176.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 134 (52.73% from 255) = 25.48%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=44.49%
G=25.48%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413415800.430.320.08345.670.4272.16
HexEA869E02B20815a4648
Octal3522062360534010532106110
Binary1110101010000110100111100101011100000100010101101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA869E; }

 p { color: rgb(234,134,158); }

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

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

 a { background-color: rgb(234,134,158); }

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

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

 span { border-color: rgb(234,134,158); }

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