Html Css Color HEX #E52DDD Razzle Dazzle Rose

📋 copy color: '#E52DDD'

red 229 ◦ green 45 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E52DDD

Tints of Razzle Dazzle Rose #E52DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 46.26%
G = 9.09%
B = 44.65%

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

#E52DDD (or 0xE52DDD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2D and DD. RGB value is (229,45,221). Sum of RGB (Red+Green+Blue) = 229+45+221=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E52DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52DDD is #1AD222. Grayscale: #777777. Windows color (decimal): -1757731 or 14495205. OLE color: 14495205.

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

Color convert

RGB 229 45 221 -
CMYK 0 0.80 0.03 0.10
HSL 302.61º 0.78% 0.54% -
HSV(B) 302.61º 0.8% 0.9% -
XYZ 46.3 23.76 70.55 -
YUV 120.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 229 45 221 0 0.80 0.03 0.10 302.61 0.78 0.54
Hex E5 2D DD 0 50 3 A 12F 4E 36
Octal 345 55 335 0 120 3 12 457 116 66
Binary 11100101 101101 11011101 0 1010000 11 1010 100101111 1001110 110110

Color Harmonies of #E52DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52DDD

Black with #E52DDD

Text Example


Text Example

White with #E52DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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