Html Css Color HEX #E03CCC Free Speech Magenta

📋 copy color: '#E03CCC'

red 224 ◦ green 60 ◦ blue 204

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

Shades of Free Speech Magenta #E03CCC

Tints of Free Speech Magenta #E03CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 45.9%
G = 12.3%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E03CCC (or 0xE03CCC) is known color: Free Speech Magenta. HEX triplet: E0, 3C and CC. RGB value is (224,60,204). Sum of RGB (Red+Green+Blue) = 224+60+204=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CCC is #1FC333. Grayscale: #7D7D7D. Windows color (decimal): -2081588 or 13384928. OLE color: 13384928.

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

Color convert

RGB 224 60 204 -
CMYK 0 0.73 0.09 0.12
HSL 307.32º 0.73% 0.56% -
HSV(B) 307.32º 0.73% 0.88% -
XYZ 43.26 23.44 59.37 -
YUV 125.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 224 60 204 0 0.73 0.09 0.12 307.32 0.73 0.56
Hex E0 3C CC 0 49 9 C 133 49 38
Octal 340 74 314 0 111 11 14 463 111 70
Binary 11100000 111100 11001100 0 1001001 1001 1100 100110011 1001001 111000

Color Harmonies of #E03CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03CCC

Black with #E03CCC

Text Example


Text Example

White with #E03CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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