Html Css Color HEX #E52ADA Razzle Dazzle Rose

📋 copy color: '#E52ADA'

red 229 ◦ green 42 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E52ADA

Tints of Razzle Dazzle Rose #E52ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.59%

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

R = 46.83%
G = 8.59%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E52ADA (or 0xE52ADA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and DA. RGB value is (229,42,218). Sum of RGB (Red+Green+Blue) = 229+42+218=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ADA is #1AD525. Grayscale: #757575. Windows color (decimal): -1758502 or 14297829. OLE color: 14297829.

HSL color Cylindrical-coordinate representation of color #E52ADA: hue angle of 303.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52ADA is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 42 218 -
CMYK 0 0.82 0.05 0.10
HSL 303.53º 0.78% 0.53% -
HSV(B) 303.53º 0.82% 0.9% -
XYZ 45.8 23.38 68.43 -
YUV 117.98 184.45 207.19 -
System Red Green Blue C M Y K H S L
Decimal 229 42 218 0 0.82 0.05 0.10 303.53 0.78 0.53
Hex E5 2A DA 0 52 5 A 130 4E 35
Octal 345 52 332 0 122 5 12 460 116 65
Binary 11100101 101010 11011010 0 1010010 101 1010 100110000 1001110 110101

Color Harmonies of #E52ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ADA

Black with #E52ADA

Text Example


Text Example

White with #E52ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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