Html Css Color HEX #E03CCE Free Speech Magenta

📋 copy color: '#E03CCE'

red 224 ◦ green 60 ◦ blue 206

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

Shades of Free Speech Magenta #E03CCE

Tints of Free Speech Magenta #E03CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 45.71%
G = 12.24%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E03CCE (or 0xE03CCE) is known color: Free Speech Magenta. HEX triplet: E0, 3C and CE. RGB value is (224,60,206). Sum of RGB (Red+Green+Blue) = 224+60+206=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CCE is #1FC331. Grayscale: #7D7D7D. Windows color (decimal): -2081586 or 13516000. OLE color: 13516000.

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

Color convert

RGB 224 60 206 -
CMYK 0 0.73 0.08 0.12
HSL 306.59º 0.73% 0.56% -
HSV(B) 306.59º 0.73% 0.88% -
XYZ 43.5 23.54 60.64 -
YUV 125.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 224 60 206 0 0.73 0.08 0.12 306.59 0.73 0.56
Hex E0 3C CE 0 49 8 C 133 49 38
Octal 340 74 316 0 111 10 14 463 111 70
Binary 11100000 111100 11001110 0 1001001 1000 1100 100110011 1001001 111000

Color Harmonies of #E03CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CCE

Black with #E03CCE

Text Example


Text Example

White with #E03CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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