Html Css Color HEX #E03ACD Razzle Dazzle Rose

📋 copy color: '#E03ACD'

red 224 ◦ green 58 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E03ACD

Tints of Razzle Dazzle Rose #E03ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 46%
G = 11.91%
B = 42.09%

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

#E03ACD (or 0xE03ACD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3A and CD. RGB value is (224,58,205). Sum of RGB (Red+Green+Blue) = 224+58+205=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ACD is #1FC532. Grayscale: #7B7B7B. Windows color (decimal): -2082099 or 13449952. OLE color: 13449952.

HSL color Cylindrical-coordinate representation of color #E03ACD: hue angle of 306.87º 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 #E03ACD is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 58 205 -
CMYK 0 0.74 0.08 0.12
HSL 306.87º 0.73% 0.55% -
HSV(B) 306.87º 0.74% 0.88% -
XYZ 43.27 23.28 59.97 -
YUV 124.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 224 58 205 0 0.74 0.08 0.12 306.87 0.73 0.55
Hex E0 3A CD 0 4A 8 C 133 49 37
Octal 340 72 315 0 112 10 14 463 111 67
Binary 11100000 111010 11001101 0 1001010 1000 1100 100110011 1001001 110111

Color Harmonies of #E03ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03ACD

Black with #E03ACD

Text Example


Text Example

White with #E03ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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