Html Css Color HEX #E524D9 Razzle Dazzle Rose

📋 copy color: '#E524D9'

red 229 ◦ green 36 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E524D9

Tints of Razzle Dazzle Rose #E524D9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 47.51%
G = 7.47%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E524D9 (or 0xE524D9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and D9. RGB value is (229,36,217). Sum of RGB (Red+Green+Blue) = 229+36+217=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E524D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524D9 is #1ADB26. Grayscale: #717171. Windows color (decimal): -1760039 or 14230757. OLE color: 14230757.

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

Color convert

RGB 229 36 217 -
CMYK 0 0.84 0.05 0.10
HSL 303.73º 0.79% 0.52% -
HSV(B) 303.73º 0.84% 0.9% -
XYZ 45.47 22.93 67.68 -
YUV 114.34 185.94 209.78 -
System Red Green Blue C M Y K H S L
Decimal 229 36 217 0 0.84 0.05 0.10 303.73 0.79 0.52
Hex E5 24 D9 0 54 5 A 130 4F 34
Octal 345 44 331 0 124 5 12 460 117 64
Binary 11100101 100100 11011001 0 1010100 101 1010 100110000 1001111 110100

Color Harmonies of #E524D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524D9

Black with #E524D9

Text Example


Text Example

White with #E524D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524D9; }

 p { color: rgb(229,36,217); }

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

background-color css

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

 a { background-color: rgb(229,36,217); }

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

border-color css

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

 span { border-color: rgb(229,36,217); }

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