Html Css Color HEX #E52EDA Razzle Dazzle Rose

📋 copy color: '#E52EDA'

red 229 ◦ green 46 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E52EDA

Tints of Razzle Dazzle Rose #E52EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 46.45%
G = 9.33%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E52EDA (or 0xE52EDA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2E and DA. RGB value is (229,46,218). Sum of RGB (Red+Green+Blue) = 229+46+218=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E52EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52EDA is #1AD125. Grayscale: #777777. Windows color (decimal): -1757478 or 14298853. OLE color: 14298853.

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

Color convert

RGB 229 46 218 -
CMYK 0 0.80 0.05 0.10
HSL 303.61º 0.78% 0.54% -
HSV(B) 303.61º 0.8% 0.9% -
XYZ 45.94 23.67 68.48 -
YUV 120.33 183.13 205.51 -
System Red Green Blue C M Y K H S L
Decimal 229 46 218 0 0.80 0.05 0.10 303.61 0.78 0.54
Hex E5 2E DA 0 50 5 A 130 4E 36
Octal 345 56 332 0 120 5 12 460 116 66
Binary 11100101 101110 11011010 0 1010000 101 1010 100110000 1001110 110110

Color Harmonies of #E52EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52EDA

Black with #E52EDA

Text Example


Text Example

White with #E52EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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