#EA8599

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

Shades of Carissma #EA8599

Tints of Carissma #EA8599

Color information

#EA8599 (or 0xEA8599) is unknown color: approx Carissma. HEX triplet: EA, 85 and 99. RGB value is (234,133,153). Sum of RGB (Red+Green+Blue) = 234+133+153=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8599 is #157A66. Grayscale: #A5A5A5. Windows color (decimal): -1407591 or 10061290. OLE color: 10061290.

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

Color convert

RGB234133153-
CMYK00.430.350.08
HSL348.12º70.63%71.96%-
HSV(B)348.12º43.16%91.76%-
XYZ48.0736.5734.66-
YUV165.48120.96176.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=45%
G=25.58%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413315300.430.350.08348.1270.6371.96
HexEA859902B23815c4748
Octal3522052310534310534107110
Binary1110101010000101100110010101011100011100010101110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8599; }

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

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

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

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

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

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

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

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