Html Css Color HEX #E524D1 Razzle Dazzle Rose

📋 copy color: '#E524D1'

red 229 ◦ green 36 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E524D1

Tints of Razzle Dazzle Rose #E524D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 48.31%
G = 7.59%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E524D1 (or 0xE524D1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and D1. RGB value is (229,36,209). Sum of RGB (Red+Green+Blue) = 229+36+209=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E524D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524D1 is #1ADB2E. Grayscale: #707070. Windows color (decimal): -1760047 or 13706469. OLE color: 13706469.

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

Color convert

RGB 229 36 209 -
CMYK 0 0.84 0.09 0.10
HSL 306.22º 0.79% 0.52% -
HSV(B) 306.22º 0.84% 0.9% -
XYZ 44.45 22.52 62.33 -
YUV 113.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 229 36 209 0 0.84 0.09 0.10 306.22 0.79 0.52
Hex E5 24 D1 0 54 9 A 132 4F 34
Octal 345 44 321 0 124 11 12 462 117 64
Binary 11100101 100100 11010001 0 1010100 1001 1010 100110010 1001111 110100

Color Harmonies of #E524D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524D1

Black with #E524D1

Text Example


Text Example

White with #E524D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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