#EA7496

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

Shades of Carissma #EA7496

Tints of Carissma #EA7496

Color information

#EA7496 (or 0xEA7496) is unknown color: approx Carissma. HEX triplet: EA, 74 and 96. RGB value is (234,116,150). Sum of RGB (Red+Green+Blue) = 234+116+150=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7496 is #158B69. Grayscale: #9B9B9B. Windows color (decimal): -1411946 or 9860330. OLE color: 9860330.

HSL color Cylindrical-coordinate representation of color #EA7496: hue angle of 342.71º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7496 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234116150-
CMYK00.500.360.08
HSL342.71º73.75%68.63%-
HSV(B)342.71º50.43%91.76%-
XYZ45.6832.1932.66-
YUV155.16125.09184.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 150 (58.98% from 255) = 30%
R=46.8%
G=23.2%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411615000.500.360.08342.7173.7568.63
HexEA74960322481574a45
Octal3521642260624410527112105
Binary111010101110100100101100110010100100100010101011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7496; }

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

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

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

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

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

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

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

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