Html Css Color HEX #E52EE3 Razzle Dazzle Rose

📋 copy color: '#E52EE3'

red 229 ◦ green 46 ◦ blue 227

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

Shades of Razzle Dazzle Rose #E52EE3

Tints of Razzle Dazzle Rose #E52EE3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.16%

 BLUE value IS 227 (89.06% from 255) = 45.22%

R = 45.62%
G = 9.16%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E52EE3 (or 0xE52EE3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and E3. RGB value is (229,46,227). Sum of RGB (Red+Green+Blue) = 229+46+227=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EE3 is #1AD11C. Grayscale: #787878. Windows color (decimal): -1757469 or 14888677. OLE color: 14888677.

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

Color convert

RGB 229 46 227 -
CMYK 0 0.80 0.01 0.10
HSL 300.66º 0.78% 0.54% -
HSV(B) 300.66º 0.8% 0.9% -
XYZ 47.16 24.16 74.85 -
YUV 121.35 187.63 204.78 -
System Red Green Blue C M Y K H S L
Decimal 229 46 227 0 0.80 0.01 0.10 300.66 0.78 0.54
Hex E5 2E E3 0 50 1 A 12D 4E 36
Octal 345 56 343 0 120 1 12 455 116 66
Binary 11100101 101110 11100011 0 1010000 1 1010 100101101 1001110 110110

Color Harmonies of #E52EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EE3

Black with #E52EE3

Text Example


Text Example

White with #E52EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EE3; }

 p { color: rgb(229,46,227); }

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

background-color css

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

 a { background-color: rgb(229,46,227); }

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

border-color css

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

 span { border-color: rgb(229,46,227); }

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