Html Css Color HEX #E52292 Deep Cerise

📋 copy color: '#E52292'

red 229 ◦ green 34 ◦ blue 146

#E52292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #E52292

Tints of Deep Cerise #E52292

RGB

 RED value IS 229 (89.84% from 255) = 55.99%

 GREEN value IS 34 (13.67% from 255) = 8.31%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 55.99%
G = 8.31%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E52292 (or 0xE52292) is known color: Deep Cerise. HEX triplet: E5, 22 and 92. RGB value is (229,34,146). Sum of RGB (Red+Green+Blue) = 229+34+146=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E52292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52292 is #1ADD6D. Grayscale: #686868. Windows color (decimal): -1760622 or 9577189. OLE color: 9577189.

HSL color Cylindrical-coordinate representation of color #E52292: hue angle of 325.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52292 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 146 -
CMYK 0 0.85 0.36 0.10
HSL 325.54º 0.79% 0.52% -
HSV(B) 325.54º 0.85% 0.9% -
XYZ 38.07 19.88 29.02 -
YUV 105.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 229 34 146 0 0.85 0.36 0.10 325.54 0.79 0.52
Hex E5 22 92 0 55 24 A 146 4F 34
Octal 345 42 222 0 125 44 12 506 117 64
Binary 11100101 100010 10010010 0 1010101 100100 1010 101000110 1001111 110100

Color Harmonies of #E52292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52292

Black with #E52292

Text Example


Text Example

White with #E52292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52292; }

 p { color: rgb(229,34,146); }

 H1.HeaderClassName
 {
   color: #E52292;
 }
 .AnyTagClassName
 {
   color: #E52292;
 }
</style>

background-color css

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

 a { background-color: rgb(229,34,146); }

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

border-color css

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

 span { border-color: rgb(229,34,146); }

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