#E34492

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

Shades of Deep Cerise #E34492

Tints of Deep Cerise #E34492

Color information

#E34492 (or 0xE34492) is unknown color: approx Deep Cerise. HEX triplet: E3, 44 and 92. RGB value is (227,68,146). Sum of RGB (Red+Green+Blue) = 227+68+146=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E34492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34492 is #1CBB6D. Grayscale: #7C7C7C. Windows color (decimal): -1882990 or 9585891. OLE color: 9585891.

HSL color Cylindrical-coordinate representation of color #E34492: hue angle of 330.57º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34492 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB22768146-
CMYK00.700.360.11
HSL330.57º73.95%57.84%-
HSV(B)330.57º70.04%89.02%-
XYZ38.9322.5429.49-
YUV124.43140.18201.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.47%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=51.47%
G=15.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2276814600.700.360.11330.5773.9557.84
HexE3449204624B14b4a3a
Octal3431042220106441351311272
Binary111000111000100100100100100011010010010111010010111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34492; }

 p { color: rgb(227,68,146); }

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

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

 a { background-color: rgb(227,68,146); }

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

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

 span { border-color: rgb(227,68,146); }

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