Html Css Color HEX #E52CC9 Razzle Dazzle Rose

📋 copy color: '#E52CC9'

red 229 ◦ green 44 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E52CC9

Tints of Razzle Dazzle Rose #E52CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 48.31%
G = 9.28%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E52CC9 (or 0xE52CC9) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2C and C9. RGB value is (229,44,201). Sum of RGB (Red+Green+Blue) = 229+44+201=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CC9 is #1AD336. Grayscale: #747474. Windows color (decimal): -1758007 or 13184229. OLE color: 13184229.

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

Color convert

RGB 229 44 201 -
CMYK 0 0.81 0.12 0.10
HSL 309.08º 0.78% 0.54% -
HSV(B) 309.08º 0.81% 0.9% -
XYZ 43.76 22.68 57.33 -
YUV 117.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 229 44 201 0 0.81 0.12 0.10 309.08 0.78 0.54
Hex E5 2C C9 0 51 C A 135 4E 36
Octal 345 54 311 0 121 14 12 465 116 66
Binary 11100101 101100 11001001 0 1010001 1100 1010 100110101 1001110 110110

Color Harmonies of #E52CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52CC9

Black with #E52CC9

Text Example


Text Example

White with #E52CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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