Html Css Color HEX #E52A7D Deep Cerise

📋 copy color: '#E52A7D'

red 229 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #E52A7D

Tints of Deep Cerise #E52A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.61%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 57.83%
G = 10.61%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E52A7D (or 0xE52A7D) is known color: Deep Cerise. HEX triplet: E5, 2A and 7D. RGB value is (229,42,125). Sum of RGB (Red+Green+Blue) = 229+42+125=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A7D is #1AD582. Grayscale: #6B6B6B. Windows color (decimal): -1758595 or 8202981. OLE color: 8202981.

HSL color Cylindrical-coordinate representation of color #E52A7D: hue angle of 333.37º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A7D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 125 -
CMYK 0 0.82 0.45 0.10
HSL 333.37º 0.78% 0.53% -
HSV(B) 333.37º 0.82% 0.9% -
XYZ 36.84 19.79 21.28 -
YUV 107.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 229 42 125 0 0.82 0.45 0.10 333.37 0.78 0.53
Hex E5 2A 7D 0 52 2D A 14D 4E 35
Octal 345 52 175 0 122 55 12 515 116 65
Binary 11100101 101010 1111101 0 1010010 101101 1010 101001101 1001110 110101

Color Harmonies of #E52A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A7D

Black with #E52A7D

Text Example


Text Example

White with #E52A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A7D; }

 p { color: rgb(229,42,125); }

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

background-color css

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

 a { background-color: rgb(229,42,125); }

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

border-color css

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

 span { border-color: rgb(229,42,125); }

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