Html Css Color HEX #E532D4 Razzle Dazzle Rose

📋 copy color: '#E532D4'

red 229 ◦ green 50 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E532D4

Tints of Razzle Dazzle Rose #E532D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.18%

R = 46.64%
G = 10.18%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E532D4 (or 0xE532D4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and D4. RGB value is (229,50,212). Sum of RGB (Red+Green+Blue) = 229+50+212=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E532D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532D4 is #1ACD2B. Grayscale: #797979. Windows color (decimal): -1756460 or 13906661. OLE color: 13906661.

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

Color convert

RGB 229 50 212 -
CMYK 0 0.78 0.07 0.10
HSL 305.7º 0.77% 0.55% -
HSV(B) 305.7º 0.78% 0.9% -
XYZ 45.34 23.69 64.47 -
YUV 121.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 229 50 212 0 0.78 0.07 0.10 305.7 0.77 0.55
Hex E5 32 D4 0 4E 7 A 132 4D 37
Octal 345 62 324 0 116 7 12 462 115 67
Binary 11100101 110010 11010100 0 1001110 111 1010 100110010 1001101 110111

Color Harmonies of #E532D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532D4

Black with #E532D4

Text Example


Text Example

White with #E532D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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