#EA859E

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

Shades of Carissma #EA859E

Tints of Carissma #EA859E

Color information

#EA859E (or 0xEA859E) is unknown color: approx Carissma. HEX triplet: EA, 85 and 9E. RGB value is (234,133,158). Sum of RGB (Red+Green+Blue) = 234+133+158=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA859E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA859E is #157A61. Grayscale: #A6A6A6. Windows color (decimal): -1407586 or 10388970. OLE color: 10388970.

HSL color Cylindrical-coordinate representation of color #EA859E: hue angle of 345.15º degrees, saturation: 0.71, 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 #EA859E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234133158-
CMYK00.430.320.08
HSL345.15º70.63%71.96%-
HSV(B)345.15º43.16%91.76%-
XYZ48.4936.7436.88-
YUV166.05123.46176.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=44.57%
G=25.33%
B=30.10%

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
Decimal23413315800.430.320.08345.1570.6371.96
HexEA859E02B2081594748
Octal3522052360534010531107110
Binary1110101010000101100111100101011100000100010101100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA859E; }

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

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

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

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

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

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

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

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