Html Css Color HEX #E52ABA Razzle Dazzle Rose

📋 copy color: '#E52ABA'

red 229 ◦ green 42 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E52ABA

Tints of Razzle Dazzle Rose #E52ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 50.11%
G = 9.19%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E52ABA (or 0xE52ABA) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and BA. RGB value is (229,42,186). Sum of RGB (Red+Green+Blue) = 229+42+186=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E52ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52ABA is #1AD545. Grayscale: #717171. Windows color (decimal): -1758534 or 12200677. OLE color: 12200677.

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

Color convert

RGB 229 42 186 -
CMYK 0 0.82 0.19 0.10
HSL 313.8º 0.78% 0.53% -
HSV(B) 313.8º 0.82% 0.9% -
XYZ 42 21.86 48.46 -
YUV 114.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 229 42 186 0 0.82 0.19 0.10 313.8 0.78 0.53
Hex E5 2A BA 0 52 13 A 13A 4E 35
Octal 345 52 272 0 122 23 12 472 116 65
Binary 11100101 101010 10111010 0 1010010 10011 1010 100111010 1001110 110101

Color Harmonies of #E52ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52ABA

Black with #E52ABA

Text Example


Text Example

White with #E52ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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