Html Css Color HEX #E524DA Razzle Dazzle Rose

📋 copy color: '#E524DA'

red 229 ◦ green 36 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E524DA

Tints of Razzle Dazzle Rose #E524DA

RGB

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

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

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

R = 47.41%
G = 7.45%
B = 45.13%

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

#E524DA (or 0xE524DA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and DA. RGB value is (229,36,218). Sum of RGB (Red+Green+Blue) = 229+36+218=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E524DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524DA is #1ADB25. Grayscale: #717171. Windows color (decimal): -1760038 or 14296293. OLE color: 14296293.

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

Color convert

RGB 229 36 218 -
CMYK 0 0.84 0.05 0.10
HSL 303.42º 0.79% 0.52% -
HSV(B) 303.42º 0.84% 0.9% -
XYZ 45.6 22.98 68.36 -
YUV 114.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 229 36 218 0 0.84 0.05 0.10 303.42 0.79 0.52
Hex E5 24 DA 0 54 5 A 12F 4F 34
Octal 345 44 332 0 124 5 12 457 117 64
Binary 11100101 100100 11011010 0 1010100 101 1010 100101111 1001111 110100

Color Harmonies of #E524DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524DA

Black with #E524DA

Text Example


Text Example

White with #E524DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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