Html Css Color HEX #E52FDD Razzle Dazzle Rose

📋 copy color: '#E52FDD'

red 229 ◦ green 47 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E52FDD

Tints of Razzle Dazzle Rose #E52FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.46%

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

R = 46.08%
G = 9.46%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E52FDD (or 0xE52FDD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and DD. RGB value is (229,47,221). Sum of RGB (Red+Green+Blue) = 229+47+221=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FDD is #1AD022. Grayscale: #787878. Windows color (decimal): -1757219 or 14495717. OLE color: 14495717.

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

Color convert

RGB 229 47 221 -
CMYK 0 0.79 0.03 0.10
HSL 302.64º 0.78% 0.54% -
HSV(B) 302.64º 0.79% 0.9% -
XYZ 46.38 23.91 70.58 -
YUV 121.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 229 47 221 0 0.79 0.03 0.10 302.64 0.78 0.54
Hex E5 2F DD 0 4F 3 A 12F 4E 36
Octal 345 57 335 0 117 3 12 457 116 66
Binary 11100101 101111 11011101 0 1001111 11 1010 100101111 1001110 110110

Color Harmonies of #E52FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FDD

Black with #E52FDD

Text Example


Text Example

White with #E52FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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