Html Css Color HEX #E52DB7 Spicy Pink

📋 copy color: '#E52DB7'

red 229 ◦ green 45 ◦ blue 183

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

Shades of Spicy Pink #E52DB7

Tints of Spicy Pink #E52DB7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.85%

 BLUE value IS 183 (71.88% from 255) = 40.04%

R = 50.11%
G = 9.85%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E52DB7 (or 0xE52DB7) is known color: Spicy Pink. HEX triplet: E5, 2D and B7. RGB value is (229,45,183). Sum of RGB (Red+Green+Blue) = 229+45+183=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DB7 is #1AD248. Grayscale: #737373. Windows color (decimal): -1757769 or 12004837. OLE color: 12004837.

HSL color Cylindrical-coordinate representation of color #E52DB7: hue angle of 315º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52DB7 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 183 -
CMYK 0 0.80 0.20 0.10
HSL 315º 0.78% 0.54% -
HSV(B) 315º 0.8% 0.9% -
XYZ 41.8 21.95 46.83 -
YUV 115.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 229 45 183 0 0.80 0.20 0.10 315 0.78 0.54
Hex E5 2D B7 0 50 14 A 13B 4E 36
Octal 345 55 267 0 120 24 12 473 116 66
Binary 11100101 101101 10110111 0 1010000 10100 1010 100111011 1001110 110110

Color Harmonies of #E52DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DB7

Black with #E52DB7

Text Example


Text Example

White with #E52DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DB7; }

 p { color: rgb(229,45,183); }

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

background-color css

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

 a { background-color: rgb(229,45,183); }

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

border-color css

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

 span { border-color: rgb(229,45,183); }

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