Html Css Color HEX #E52AC1 Razzle Dazzle Rose

📋 copy color: '#E52AC1'

red 229 ◦ green 42 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E52AC1

Tints of Razzle Dazzle Rose #E52AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 49.35%
G = 9.05%
B = 41.59%

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

#E52AC1 (or 0xE52AC1) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and C1. RGB value is (229,42,193). Sum of RGB (Red+Green+Blue) = 229+42+193=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AC1 is #1AD53E. Grayscale: #727272. Windows color (decimal): -1758527 or 12659429. OLE color: 12659429.

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

Color convert

RGB 229 42 193 -
CMYK 0 0.82 0.16 0.10
HSL 311.55º 0.78% 0.53% -
HSV(B) 311.55º 0.82% 0.9% -
XYZ 42.77 22.16 52.48 -
YUV 115.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 229 42 193 0 0.82 0.16 0.10 311.55 0.78 0.53
Hex E5 2A C1 0 52 10 A 138 4E 35
Octal 345 52 301 0 122 20 12 470 116 65
Binary 11100101 101010 11000001 0 1010010 10000 1010 100111000 1001110 110101

Color Harmonies of #E52AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AC1

Black with #E52AC1

Text Example


Text Example

White with #E52AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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