Html Css Color HEX #E52DDF Razzle Dazzle Rose

📋 copy color: '#E52DDF'

red 229 ◦ green 45 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E52DDF

Tints of Razzle Dazzle Rose #E52DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 46.08%
G = 9.05%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E52DDF (or 0xE52DDF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and DF. RGB value is (229,45,223). Sum of RGB (Red+Green+Blue) = 229+45+223=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DDF is #1AD220. Grayscale: #777777. Windows color (decimal): -1757729 or 14626277. OLE color: 14626277.

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

Color convert

RGB 229 45 223 -
CMYK 0 0.80 0.03 0.10
HSL 301.96º 0.78% 0.54% -
HSV(B) 301.96º 0.8% 0.9% -
XYZ 46.57 23.86 71.96 -
YUV 120.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 229 45 223 0 0.80 0.03 0.10 301.96 0.78 0.54
Hex E5 2D DF 0 50 3 A 12E 4E 36
Octal 345 55 337 0 120 3 12 456 116 66
Binary 11100101 101101 11011111 0 1010000 11 1010 100101110 1001110 110110

Color Harmonies of #E52DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DDF

Black with #E52DDF

Text Example


Text Example

White with #E52DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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