Html Css Color HEX #E52FEE Razzle Dazzle Rose

📋 copy color: '#E52FEE'

red 229 ◦ green 47 ◦ blue 238

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

Shades of Razzle Dazzle Rose #E52FEE

Tints of Razzle Dazzle Rose #E52FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 44.55%
G = 9.14%
B = 46.3%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E52FEE (or 0xE52FEE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2F and EE. RGB value is (229,47,238). Sum of RGB (Red+Green+Blue) = 229+47+238=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #E52FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FEE is #1AD011. Grayscale: #7A7A7A. Windows color (decimal): -1757202 or 15609829. OLE color: 15609829.

HSL color Cylindrical-coordinate representation of color #E52FEE: hue angle of 297.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52FEE is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 47 238 -
CMYK 0.04 0.80 0 0.07
HSL 297.17º 0.85% 0.56% -
HSV(B) 297.17º 0.8% 0.93% -
XYZ 48.76 24.86 83.12 -
YUV 123.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 229 47 238 0.04 0.80 0 0.07 297.17 0.85 0.56
Hex E5 2F EE 4 50 0 7 129 55 38
Octal 345 57 356 4 120 0 7 451 125 70
Binary 11100101 101111 11101110 100 1010000 0 111 100101001 1010101 111000

Color Harmonies of #E52FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52FEE

Black with #E52FEE

Text Example


Text Example

White with #E52FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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