Html Css Color HEX #E52AE0 Razzle Dazzle Rose

📋 copy color: '#E52AE0'

red 229 ◦ green 42 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E52AE0

Tints of Razzle Dazzle Rose #E52AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 46.26%
G = 8.48%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E52AE0 (or 0xE52AE0) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and E0. RGB value is (229,42,224). Sum of RGB (Red+Green+Blue) = 229+42+224=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AE0 is #1AD51F. Grayscale: #767676. Windows color (decimal): -1758496 or 14691045. OLE color: 14691045.

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

Color convert

RGB 229 42 224 -
CMYK 0 0.82 0.02 0.10
HSL 301.6º 0.78% 0.53% -
HSV(B) 301.6º 0.82% 0.9% -
XYZ 46.6 23.7 72.64 -
YUV 118.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 229 42 224 0 0.82 0.02 0.10 301.6 0.78 0.53
Hex E5 2A E0 0 52 2 A 12E 4E 35
Octal 345 52 340 0 122 2 12 456 116 65
Binary 11100101 101010 11100000 0 1010010 10 1010 100101110 1001110 110101

Color Harmonies of #E52AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AE0

Black with #E52AE0

Text Example


Text Example

White with #E52AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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