Html Css Color HEX #E524DD Razzle Dazzle Rose

📋 copy color: '#E524DD'

red 229 ◦ green 36 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E524DD

Tints of Razzle Dazzle Rose #E524DD

RGB

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

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

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

R = 47.12%
G = 7.41%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E524DD (or 0xE524DD) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and DD. RGB value is (229,36,221). Sum of RGB (Red+Green+Blue) = 229+36+221=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E524DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524DD is #1ADB22. Grayscale: #727272. Windows color (decimal): -1760035 or 14492901. OLE color: 14492901.

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

Color convert

RGB 229 36 221 -
CMYK 0 0.84 0.03 0.10
HSL 302.49º 0.79% 0.52% -
HSV(B) 302.49º 0.84% 0.9% -
XYZ 46 23.14 70.45 -
YUV 114.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 229 36 221 0 0.84 0.03 0.10 302.49 0.79 0.52
Hex E5 24 DD 0 54 3 A 12E 4F 34
Octal 345 44 335 0 124 3 12 456 117 64
Binary 11100101 100100 11011101 0 1010100 11 1010 100101110 1001111 110100

Color Harmonies of #E524DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524DD

Black with #E524DD

Text Example


Text Example

White with #E524DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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