Html Css Color HEX #E52FC5 Razzle Dazzle Rose

📋 copy color: '#E52FC5'

red 229 ◦ green 47 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E52FC5

Tints of Razzle Dazzle Rose #E52FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 48.41%
G = 9.94%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E52FC5 (or 0xE52FC5) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and C5. RGB value is (229,47,197). Sum of RGB (Red+Green+Blue) = 229+47+197=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E52FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52FC5 is #1AD03A. Grayscale: #767676. Windows color (decimal): -1757243 or 12922853. OLE color: 12922853.

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

Color convert

RGB 229 47 197 -
CMYK 0 0.79 0.14 0.10
HSL 310.55º 0.78% 0.54% -
HSV(B) 310.55º 0.79% 0.9% -
XYZ 43.41 22.72 54.92 -
YUV 118.52 172.3 206.8 -
System Red Green Blue C M Y K H S L
Decimal 229 47 197 0 0.79 0.14 0.10 310.55 0.78 0.54
Hex E5 2F C5 0 4F E A 137 4E 36
Octal 345 57 305 0 117 16 12 467 116 66
Binary 11100101 101111 11000101 0 1001111 1110 1010 100110111 1001110 110110

Color Harmonies of #E52FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FC5

Black with #E52FC5

Text Example


Text Example

White with #E52FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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