Html Css Color HEX #E52CCC Razzle Dazzle Rose

📋 copy color: '#E52CCC'

red 229 ◦ green 44 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E52CCC

Tints of Razzle Dazzle Rose #E52CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.22%

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

R = 48.01%
G = 9.22%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E52CCC (or 0xE52CCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and CC. RGB value is (229,44,204). Sum of RGB (Red+Green+Blue) = 229+44+204=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CCC is #1AD333. Grayscale: #757575. Windows color (decimal): -1758004 or 13380837. OLE color: 13380837.

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

Color convert

RGB 229 44 204 -
CMYK 0 0.81 0.11 0.10
HSL 308.11º 0.78% 0.54% -
HSV(B) 308.11º 0.81% 0.9% -
XYZ 44.11 22.82 59.21 -
YUV 117.56 176.79 207.49 -
System Red Green Blue C M Y K H S L
Decimal 229 44 204 0 0.81 0.11 0.10 308.11 0.78 0.54
Hex E5 2C CC 0 51 B A 134 4E 36
Octal 345 54 314 0 121 13 12 464 116 66
Binary 11100101 101100 11001100 0 1010001 1011 1010 100110100 1001110 110110

Color Harmonies of #E52CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CCC

Black with #E52CCC

Text Example


Text Example

White with #E52CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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