Html Css Color HEX #E52ADF Razzle Dazzle Rose

📋 copy color: '#E52ADF'

red 229 ◦ green 42 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E52ADF

Tints of Razzle Dazzle Rose #E52ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 46.36%
G = 8.5%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E52ADF (or 0xE52ADF) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and DF. RGB value is (229,42,223). Sum of RGB (Red+Green+Blue) = 229+42+223=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ADF is #1AD520. Grayscale: #767676. Windows color (decimal): -1758497 or 14625509. OLE color: 14625509.

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

Color convert

RGB 229 42 223 -
CMYK 0 0.82 0.03 0.10
HSL 301.93º 0.78% 0.53% -
HSV(B) 301.93º 0.82% 0.9% -
XYZ 46.46 23.64 71.93 -
YUV 118.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 229 42 223 0 0.82 0.03 0.10 301.93 0.78 0.53
Hex E5 2A DF 0 52 3 A 12E 4E 35
Octal 345 52 337 0 122 3 12 456 116 65
Binary 11100101 101010 11011111 0 1010010 11 1010 100101110 1001110 110101

Color Harmonies of #E52ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ADF

Black with #E52ADF

Text Example


Text Example

White with #E52ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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