Html Css Color HEX #E52DBA Razzle Dazzle Rose

📋 copy color: '#E52DBA'

red 229 ◦ green 45 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E52DBA

Tints of Razzle Dazzle Rose #E52DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 49.78%
G = 9.78%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E52DBA (or 0xE52DBA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and BA. RGB value is (229,45,186). Sum of RGB (Red+Green+Blue) = 229+45+186=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DBA is #1AD245. Grayscale: #737373. Windows color (decimal): -1757766 or 12201445. OLE color: 12201445.

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

Color convert

RGB 229 45 186 -
CMYK 0 0.80 0.19 0.10
HSL 314.02º 0.78% 0.54% -
HSV(B) 314.02º 0.8% 0.9% -
XYZ 42.11 22.08 48.5 -
YUV 116.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 229 45 186 0 0.80 0.19 0.10 314.02 0.78 0.54
Hex E5 2D BA 0 50 13 A 13A 4E 36
Octal 345 55 272 0 120 23 12 472 116 66
Binary 11100101 101101 10111010 0 1010000 10011 1010 100111010 1001110 110110

Color Harmonies of #E52DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DBA

Black with #E52DBA

Text Example


Text Example

White with #E52DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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