Html Css Color HEX #E03ACE Razzle Dazzle Rose

📋 copy color: '#E03ACE'

red 224 ◦ green 58 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E03ACE

Tints of Razzle Dazzle Rose #E03ACE

RGB

 RED value IS 224 (87.89% from 255) = 45.9%

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

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

R = 45.9%
G = 11.89%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E03ACE (or 0xE03ACE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3A and CE. RGB value is (224,58,206). Sum of RGB (Red+Green+Blue) = 224+58+206=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ACE is #1FC531. Grayscale: #7C7C7C. Windows color (decimal): -2082098 or 13515488. OLE color: 13515488.

HSL color Cylindrical-coordinate representation of color #E03ACE: hue angle of 306.51º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03ACE is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 58 206 -
CMYK 0 0.74 0.08 0.12
HSL 306.51º 0.73% 0.55% -
HSV(B) 306.51º 0.74% 0.88% -
XYZ 43.39 23.33 60.61 -
YUV 124.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 224 58 206 0 0.74 0.08 0.12 306.51 0.73 0.55
Hex E0 3A CE 0 4A 8 C 133 49 37
Octal 340 72 316 0 112 10 14 463 111 67
Binary 11100000 111010 11001110 0 1001010 1000 1100 100110011 1001001 110111

Color Harmonies of #E03ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03ACE

Black with #E03ACE

Text Example


Text Example

White with #E03ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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