Html Css Color HEX #E52EED Razzle Dazzle Rose

📋 copy color: '#E52EED'

red 229 ◦ green 46 ◦ blue 237

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

Shades of Razzle Dazzle Rose #E52EED

Tints of Razzle Dazzle Rose #E52EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 44.73%
G = 8.98%
B = 46.29%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E52EED (or 0xE52EED) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and ED. RGB value is (229,46,237). Sum of RGB (Red+Green+Blue) = 229+46+237=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #E52EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EED is #1AD112. Grayscale: #797979. Windows color (decimal): -1757459 or 15544037. OLE color: 15544037.

HSL color Cylindrical-coordinate representation of color #E52EED: hue angle of 297.49º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52EED is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 46 237 -
CMYK 0.03 0.81 0 0.07
HSL 297.49º 0.84% 0.55% -
HSV(B) 297.49º 0.81% 0.93% -
XYZ 48.58 24.73 82.33 -
YUV 122.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 229 46 237 0.03 0.81 0 0.07 297.49 0.84 0.55
Hex E5 2E ED 3 51 0 7 129 54 37
Octal 345 56 355 3 121 0 7 451 124 67
Binary 11100101 101110 11101101 11 1010001 0 111 100101001 1010100 110111

Color Harmonies of #E52EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EED

Black with #E52EED

Text Example


Text Example

White with #E52EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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