#EA859C

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

Shades of Carissma #EA859C

Tints of Carissma #EA859C

Color information

#EA859C (or 0xEA859C) is unknown color: approx Carissma. HEX triplet: EA, 85 and 9C. RGB value is (234,133,156). Sum of RGB (Red+Green+Blue) = 234+133+156=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA859C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA859C is #157A63. Grayscale: #A5A5A5. Windows color (decimal): -1407588 or 10257898. OLE color: 10257898.

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

Color convert

RGB234133156-
CMYK00.430.330.08
HSL346.34º70.63%71.96%-
HSV(B)346.34º43.16%91.76%-
XYZ48.3236.6735.98-
YUV165.82122.46176.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=44.74%
G=25.43%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413315600.430.330.08346.3470.6371.96
HexEA859C02B21815a4748
Octal3522052340534110532107110
Binary1110101010000101100111000101011100001100010101101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA859C; }

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

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

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

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

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

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

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

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