Html Css Color HEX #E03FC5 Razzle Dazzle Rose

📋 copy color: '#E03FC5'

red 224 ◦ green 63 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E03FC5

Tints of Razzle Dazzle Rose #E03FC5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.02%

 BLUE value IS 197 (77.34% from 255) = 40.7%

R = 46.28%
G = 13.02%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E03FC5 (or 0xE03FC5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3F and C5. RGB value is (224,63,197). Sum of RGB (Red+Green+Blue) = 224+63+197=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03FC5 is #1FC03A. Grayscale: #7E7E7E. Windows color (decimal): -2080827 or 12926944. OLE color: 12926944.

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

Color convert

RGB 224 63 197 -
CMYK 0 0.72 0.12 0.12
HSL 310.06º 0.72% 0.56% -
HSV(B) 310.06º 0.72% 0.88% -
XYZ 42.6 23.43 55.1 -
YUV 126.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 224 63 197 0 0.72 0.12 0.12 310.06 0.72 0.56
Hex E0 3F C5 0 48 C C 136 48 38
Octal 340 77 305 0 110 14 14 466 110 70
Binary 11100000 111111 11000101 0 1001000 1100 1100 100110110 1001000 111000

Color Harmonies of #E03FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03FC5

Black with #E03FC5

Text Example


Text Example

White with #E03FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03FC5; }

 p { color: rgb(224,63,197); }

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

background-color css

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

 a { background-color: rgb(224,63,197); }

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

border-color css

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

 span { border-color: rgb(224,63,197); }

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