#EA859D

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

Shades of Carissma #EA859D

Tints of Carissma #EA859D

Color information

#EA859D (or 0xEA859D) is unknown color: approx Carissma. HEX triplet: EA, 85 and 9D. RGB value is (234,133,157). Sum of RGB (Red+Green+Blue) = 234+133+157=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA859D is #157A62. Grayscale: #A5A5A5. Windows color (decimal): -1407587 or 10323434. OLE color: 10323434.

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

Color convert

RGB234133157-
CMYK00.430.330.08
HSL345.74º70.63%71.96%-
HSV(B)345.74º43.16%91.76%-
XYZ48.4136.736.43-
YUV165.93122.96176.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=44.66%
G=25.38%
B=29.96%

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
Decimal23413315700.430.330.08345.7470.6371.96
HexEA859D02B21815a4748
Octal3522052350534110532107110
Binary1110101010000101100111010101011100001100010101101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA859D; }

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

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

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

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

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

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

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

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