#EA8496

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

Shades of Carissma #EA8496

Tints of Carissma #EA8496

Color information

#EA8496 (or 0xEA8496) is unknown color: approx Carissma. HEX triplet: EA, 84 and 96. RGB value is (234,132,150). Sum of RGB (Red+Green+Blue) = 234+132+150=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8496 is #157B69. Grayscale: #A4A4A4. Windows color (decimal): -1407850 or 9864426. OLE color: 9864426.

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

Color convert

RGB234132150-
CMYK00.440.360.08
HSL349.41º70.83%71.76%-
HSV(B)349.41º43.59%91.76%-
XYZ47.6936.233.33-
YUV164.55119.79177.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=45.35%
G=25.58%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413215000.440.360.08349.4170.8371.76
HexEA849602C24815d4748
Octal3522042260544410535107110
Binary1110101010000100100101100101100100100100010101110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8496; }

 p { color: rgb(234,132,150); }

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

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

 a { background-color: rgb(234,132,150); }

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

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

 span { border-color: rgb(234,132,150); }

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