Html Css Color HEX #E52B7D Deep Cerise

📋 copy color: '#E52B7D'

red 229 ◦ green 43 ◦ blue 125

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

Shades of Deep Cerise #E52B7D

Tints of Deep Cerise #E52B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

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

R = 57.68%
G = 10.83%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E52B7D (or 0xE52B7D) is known color: Deep Cerise. HEX triplet: E5, 2B and 7D. RGB value is (229,43,125). Sum of RGB (Red+Green+Blue) = 229+43+125=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52B7D is #1AD482. Grayscale: #6B6B6B. Windows color (decimal): -1758339 or 8203237. OLE color: 8203237.

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

Color convert

RGB 229 43 125 -
CMYK 0 0.81 0.45 0.10
HSL 333.55º 0.78% 0.53% -
HSV(B) 333.55º 0.81% 0.9% -
XYZ 36.88 19.87 21.29 -
YUV 107.96 137.62 214.33 -
System Red Green Blue C M Y K H S L
Decimal 229 43 125 0 0.81 0.45 0.10 333.55 0.78 0.53
Hex E5 2B 7D 0 51 2D A 14E 4E 35
Octal 345 53 175 0 121 55 12 516 116 65
Binary 11100101 101011 1111101 0 1010001 101101 1010 101001110 1001110 110101

Color Harmonies of #E52B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52B7D

Black with #E52B7D

Text Example


Text Example

White with #E52B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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