Html Css Color HEX #E52592 Deep Cerise

📋 copy color: '#E52592'

red 229 ◦ green 37 ◦ blue 146

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

Shades of Deep Cerise #E52592

Tints of Deep Cerise #E52592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.98%

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

R = 55.58%
G = 8.98%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E52592 (or 0xE52592) is known color: Deep Cerise. HEX triplet: E5, 25 and 92. RGB value is (229,37,146). Sum of RGB (Red+Green+Blue) = 229+37+146=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E52592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52592 is #1ADA6D. Grayscale: #6A6A6A. Windows color (decimal): -1759854 or 9577957. OLE color: 9577957.

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

Color convert

RGB 229 37 146 -
CMYK 0 0.84 0.36 0.10
HSL 325.94º 0.79% 0.52% -
HSV(B) 325.94º 0.84% 0.9% -
XYZ 38.16 20.06 29.05 -
YUV 106.83 150.11 215.14 -
System Red Green Blue C M Y K H S L
Decimal 229 37 146 0 0.84 0.36 0.10 325.94 0.79 0.52
Hex E5 25 92 0 54 24 A 146 4F 34
Octal 345 45 222 0 124 44 12 506 117 64
Binary 11100101 100101 10010010 0 1010100 100100 1010 101000110 1001111 110100

Color Harmonies of #E52592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52592

Black with #E52592

Text Example


Text Example

White with #E52592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52592; }

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

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

background-color css

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

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

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

border-color css

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

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

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