Html Css Color HEX #E52AC3 Razzle Dazzle Rose

📋 copy color: '#E52AC3'

red 229 ◦ green 42 ◦ blue 195

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

Shades of Razzle Dazzle Rose #E52AC3

Tints of Razzle Dazzle Rose #E52AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 49.14%
G = 9.01%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E52AC3 (or 0xE52AC3) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and C3. RGB value is (229,42,195). Sum of RGB (Red+Green+Blue) = 229+42+195=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AC3 is #1AD53C. Grayscale: #727272. Windows color (decimal): -1758525 or 12790501. OLE color: 12790501.

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

Color convert

RGB 229 42 195 -
CMYK 0 0.82 0.15 0.10
HSL 310.91º 0.78% 0.53% -
HSV(B) 310.91º 0.82% 0.9% -
XYZ 42.99 22.25 53.66 -
YUV 115.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 229 42 195 0 0.82 0.15 0.10 310.91 0.78 0.53
Hex E5 2A C3 0 52 F A 137 4E 35
Octal 345 52 303 0 122 17 12 467 116 65
Binary 11100101 101010 11000011 0 1010010 1111 1010 100110111 1001110 110101

Color Harmonies of #E52AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AC3

Black with #E52AC3

Text Example


Text Example

White with #E52AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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