Html Css Color HEX #E531CC Razzle Dazzle Rose

📋 copy color: '#E531CC'

red 229 ◦ green 49 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E531CC

Tints of Razzle Dazzle Rose #E531CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.17%

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

R = 47.51%
G = 10.17%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E531CC (or 0xE531CC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and CC. RGB value is (229,49,204). Sum of RGB (Red+Green+Blue) = 229+49+204=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E531CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531CC is #1ACE33. Grayscale: #787878. Windows color (decimal): -1756724 or 13382117. OLE color: 13382117.

HSL color Cylindrical-coordinate representation of color #E531CC: hue angle of 308.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531CC is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 204 -
CMYK 0 0.79 0.11 0.10
HSL 308.33º 0.78% 0.55% -
HSV(B) 308.33º 0.79% 0.9% -
XYZ 44.31 23.21 59.27 -
YUV 120.49 175.13 205.4 -
System Red Green Blue C M Y K H S L
Decimal 229 49 204 0 0.79 0.11 0.10 308.33 0.78 0.55
Hex E5 31 CC 0 4F B A 134 4E 37
Octal 345 61 314 0 117 13 12 464 116 67
Binary 11100101 110001 11001100 0 1001111 1011 1010 100110100 1001110 110111

Color Harmonies of #E531CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531CC

Black with #E531CC

Text Example


Text Example

White with #E531CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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