Html Css Color HEX #E532DA Razzle Dazzle Rose

📋 copy color: '#E532DA'

red 229 ◦ green 50 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E532DA

Tints of Razzle Dazzle Rose #E532DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 46.08%
G = 10.06%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E532DA (or 0xE532DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 32 and DA. RGB value is (229,50,218). Sum of RGB (Red+Green+Blue) = 229+50+218=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E532DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532DA is #1ACD25. Grayscale: #7A7A7A. Windows color (decimal): -1756454 or 14299877. OLE color: 14299877.

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

Color convert

RGB 229 50 218 -
CMYK 0 0.78 0.05 0.10
HSL 303.69º 0.77% 0.55% -
HSV(B) 303.69º 0.78% 0.9% -
XYZ 46.11 24 68.53 -
YUV 122.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 229 50 218 0 0.78 0.05 0.10 303.69 0.77 0.55
Hex E5 32 DA 0 4E 5 A 130 4D 37
Octal 345 62 332 0 116 5 12 460 115 67
Binary 11100101 110010 11011010 0 1001110 101 1010 100110000 1001101 110111

Color Harmonies of #E532DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E532DA

Black with #E532DA

Text Example


Text Example

White with #E532DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E532DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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