Html Css Color HEX #E524CE Razzle Dazzle Rose

📋 copy color: '#E524CE'

red 229 ◦ green 36 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E524CE

Tints of Razzle Dazzle Rose #E524CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 48.62%
G = 7.64%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E524CE (or 0xE524CE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and CE. RGB value is (229,36,206). Sum of RGB (Red+Green+Blue) = 229+36+206=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E524CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524CE is #1ADB31. Grayscale: #707070. Windows color (decimal): -1760050 or 13509861. OLE color: 13509861.

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

Color convert

RGB 229 36 206 -
CMYK 0 0.84 0.10 0.10
HSL 307.15º 0.79% 0.52% -
HSV(B) 307.15º 0.84% 0.9% -
XYZ 44.08 22.38 60.39 -
YUV 113.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 229 36 206 0 0.84 0.10 0.10 307.15 0.79 0.52
Hex E5 24 CE 0 54 A A 133 4F 34
Octal 345 44 316 0 124 12 12 463 117 64
Binary 11100101 100100 11001110 0 1010100 1010 1010 100110011 1001111 110100

Color Harmonies of #E524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524CE

Black with #E524CE

Text Example


Text Example

White with #E524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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