Html Css Color HEX #E524CC Razzle Dazzle Rose

📋 copy color: '#E524CC'

red 229 ◦ green 36 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E524CC

Tints of Razzle Dazzle Rose #E524CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 48.83%
G = 7.68%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E524CC (or 0xE524CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 24 and CC. RGB value is (229,36,204). Sum of RGB (Red+Green+Blue) = 229+36+204=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E524CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524CC is #1ADB33. Grayscale: #707070. Windows color (decimal): -1760052 or 13378789. OLE color: 13378789.

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

Color convert

RGB 229 36 204 -
CMYK 0 0.84 0.11 0.10
HSL 307.77º 0.79% 0.52% -
HSV(B) 307.77º 0.84% 0.9% -
XYZ 43.84 22.28 59.12 -
YUV 112.86 179.44 210.84 -
System Red Green Blue C M Y K H S L
Decimal 229 36 204 0 0.84 0.11 0.10 307.77 0.79 0.52
Hex E5 24 CC 0 54 B A 134 4F 34
Octal 345 44 314 0 124 13 12 464 117 64
Binary 11100101 100100 11001100 0 1010100 1011 1010 100110100 1001111 110100

Color Harmonies of #E524CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524CC

Black with #E524CC

Text Example


Text Example

White with #E524CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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