Html Css Color HEX #E52DB6 Spicy Pink

📋 copy color: '#E52DB6'

red 229 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #E52DB6

Tints of Spicy Pink #E52DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 50.22%
G = 9.87%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E52DB6 (or 0xE52DB6) is known color: Spicy Pink. HEX triplet: E5, 2D and B6. RGB value is (229,45,182). Sum of RGB (Red+Green+Blue) = 229+45+182=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DB6 is #1AD249. Grayscale: #737373. Windows color (decimal): -1757770 or 11939301. OLE color: 11939301.

HSL color Cylindrical-coordinate representation of color #E52DB6: hue angle of 315.33º 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 #E52DB6 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 182 -
CMYK 0 0.80 0.21 0.10
HSL 315.33º 0.78% 0.54% -
HSV(B) 315.33º 0.8% 0.9% -
XYZ 41.69 21.91 46.29 -
YUV 115.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 229 45 182 0 0.80 0.21 0.10 315.33 0.78 0.54
Hex E5 2D B6 0 50 15 A 13B 4E 36
Octal 345 55 266 0 120 25 12 473 116 66
Binary 11100101 101101 10110110 0 1010000 10101 1010 100111011 1001110 110110

Color Harmonies of #E52DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DB6

Black with #E52DB6

Text Example


Text Example

White with #E52DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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