Html Css Color HEX #E52FCC Razzle Dazzle Rose

📋 copy color: '#E52FCC'

red 229 ◦ green 47 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E52FCC

Tints of Razzle Dazzle Rose #E52FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.79%

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

R = 47.71%
G = 9.79%
B = 42.5%

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

#E52FCC (or 0xE52FCC) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and CC. RGB value is (229,47,204). Sum of RGB (Red+Green+Blue) = 229+47+204=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FCC is #1AD033. Grayscale: #767676. Windows color (decimal): -1757236 or 13381605. OLE color: 13381605.

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

Color convert

RGB 229 47 204 -
CMYK 0 0.79 0.11 0.10
HSL 308.24º 0.78% 0.54% -
HSV(B) 308.24º 0.79% 0.9% -
XYZ 44.23 23.05 59.24 -
YUV 119.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 229 47 204 0 0.79 0.11 0.10 308.24 0.78 0.54
Hex E5 2F CC 0 4F B A 134 4E 36
Octal 345 57 314 0 117 13 12 464 116 66
Binary 11100101 101111 11001100 0 1001111 1011 1010 100110100 1001110 110110

Color Harmonies of #E52FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FCC

Black with #E52FCC

Text Example


Text Example

White with #E52FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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