Html Css Color HEX #E532DF Razzle Dazzle Rose

📋 copy color: '#E532DF'

red 229 ◦ green 50 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E532DF

Tints of Razzle Dazzle Rose #E532DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.96%

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

R = 45.62%
G = 9.96%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E532DF (or 0xE532DF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and DF. RGB value is (229,50,223). Sum of RGB (Red+Green+Blue) = 229+50+223=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E532DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532DF is #1ACD20. Grayscale: #7A7A7A. Windows color (decimal): -1756449 or 14627557. OLE color: 14627557.

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

Color convert

RGB 229 50 223 -
CMYK 0 0.78 0.03 0.10
HSL 302.01º 0.77% 0.55% -
HSV(B) 302.01º 0.78% 0.9% -
XYZ 46.77 24.27 72.03 -
YUV 123.24 184.3 203.43 -
System Red Green Blue C M Y K H S L
Decimal 229 50 223 0 0.78 0.03 0.10 302.01 0.77 0.55
Hex E5 32 DF 0 4E 3 A 12E 4D 37
Octal 345 62 337 0 116 3 12 456 115 67
Binary 11100101 110010 11011111 0 1001110 11 1010 100101110 1001101 110111

Color Harmonies of #E532DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532DF

Black with #E532DF

Text Example


Text Example

White with #E532DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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