Html Css Color HEX #E53ACE Razzle Dazzle Rose

📋 copy color: '#E53ACE'

red 229 ◦ green 58 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E53ACE

Tints of Razzle Dazzle Rose #E53ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.76%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 46.45%
G = 11.76%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E53ACE (or 0xE53ACE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 3A and CE. RGB value is (229,58,206). Sum of RGB (Red+Green+Blue) = 229+58+206=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ACE is #1AC531. Grayscale: #7D7D7D. Windows color (decimal): -1754418 or 13515493. OLE color: 13515493.

HSL color Cylindrical-coordinate representation of color #E53ACE: hue angle of 308.07º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53ACE is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 58 206 -
CMYK 0 0.75 0.10 0.10
HSL 308.07º 0.77% 0.56% -
HSV(B) 308.07º 0.75% 0.9% -
XYZ 44.97 24.14 60.68 -
YUV 126 173.15 201.47 -
System Red Green Blue C M Y K H S L
Decimal 229 58 206 0 0.75 0.10 0.10 308.07 0.77 0.56
Hex E5 3A CE 0 4B A A 134 4D 38
Octal 345 72 316 0 113 12 12 464 115 70
Binary 11100101 111010 11001110 0 1001011 1010 1010 100110100 1001101 111000

Color Harmonies of #E53ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53ACE

Black with #E53ACE

Text Example


Text Example

White with #E53ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53ACE; }

 p { color: rgb(229,58,206); }

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

background-color css

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

 a { background-color: rgb(229,58,206); }

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

border-color css

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

 span { border-color: rgb(229,58,206); }

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