Html Css Color HEX #E52AC0 Razzle Dazzle Rose

📋 copy color: '#E52AC0'

red 229 ◦ green 42 ◦ blue 192

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

Shades of Razzle Dazzle Rose #E52AC0

Tints of Razzle Dazzle Rose #E52AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 49.46%
G = 9.07%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E52AC0 (or 0xE52AC0) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and C0. RGB value is (229,42,192). Sum of RGB (Red+Green+Blue) = 229+42+192=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AC0 is #1AD53F. Grayscale: #727272. Windows color (decimal): -1758528 or 12593893. OLE color: 12593893.

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

Color convert

RGB 229 42 192 -
CMYK 0 0.82 0.16 0.10
HSL 311.87º 0.78% 0.53% -
HSV(B) 311.87º 0.82% 0.9% -
XYZ 42.66 22.12 51.89 -
YUV 115.01 171.45 209.3 -
System Red Green Blue C M Y K H S L
Decimal 229 42 192 0 0.82 0.16 0.10 311.87 0.78 0.53
Hex E5 2A C0 0 52 10 A 138 4E 35
Octal 345 52 300 0 122 20 12 470 116 65
Binary 11100101 101010 11000000 0 1010010 10000 1010 100111000 1001110 110101

Color Harmonies of #E52AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AC0

Black with #E52AC0

Text Example


Text Example

White with #E52AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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