Html Css Color HEX #E52AC8 Razzle Dazzle Rose

📋 copy color: '#E52AC8'

red 229 ◦ green 42 ◦ blue 200

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

Shades of Razzle Dazzle Rose #E52AC8

Tints of Razzle Dazzle Rose #E52AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 48.62%
G = 8.92%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E52AC8 (or 0xE52AC8) is known color: Razzle Dazzle Rose. HEX triplet: E5, 2A and C8. RGB value is (229,42,200). Sum of RGB (Red+Green+Blue) = 229+42+200=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E52AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52AC8 is #1AD537. Grayscale: #737373. Windows color (decimal): -1758520 or 13118181. OLE color: 13118181.

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

Color convert

RGB 229 42 200 -
CMYK 0 0.82 0.13 0.10
HSL 309.3º 0.78% 0.53% -
HSV(B) 309.3º 0.82% 0.9% -
XYZ 43.57 22.48 56.69 -
YUV 115.93 175.45 208.65 -
System Red Green Blue C M Y K H S L
Decimal 229 42 200 0 0.82 0.13 0.10 309.3 0.78 0.53
Hex E5 2A C8 0 52 D A 135 4E 35
Octal 345 52 310 0 122 15 12 465 116 65
Binary 11100101 101010 11001000 0 1010010 1101 1010 100110101 1001110 110101

Color Harmonies of #E52AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52AC8

Black with #E52AC8

Text Example


Text Example

White with #E52AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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