Html Css Color HEX #E52EEB Razzle Dazzle Rose

📋 copy color: '#E52EEB'

red 229 ◦ green 46 ◦ blue 235

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

Shades of Razzle Dazzle Rose #E52EEB

Tints of Razzle Dazzle Rose #E52EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 44.9%
G = 9.02%
B = 46.08%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E52EEB (or 0xE52EEB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and EB. RGB value is (229,46,235). Sum of RGB (Red+Green+Blue) = 229+46+235=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #E52EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52EEB is #1AD114. Grayscale: #797979. Windows color (decimal): -1757461 or 15412965. OLE color: 15412965.

HSL color Cylindrical-coordinate representation of color #E52EEB: hue angle of 298.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52EEB is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 46 235 -
CMYK 0.03 0.80 0 0.08
HSL 298.1º 0.83% 0.55% -
HSV(B) 298.1º 0.8% 0.92% -
XYZ 48.29 24.61 80.8 -
YUV 122.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 229 46 235 0.03 0.80 0 0.08 298.1 0.83 0.55
Hex E5 2E EB 3 50 0 8 12A 53 37
Octal 345 56 353 3 120 0 10 452 123 67
Binary 11100101 101110 11101011 11 1010000 0 1000 100101010 1010011 110111

Color Harmonies of #E52EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EEB

Black with #E52EEB

Text Example


Text Example

White with #E52EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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