Html Css Color HEX #E05CC0 Free Speech Magenta

📋 copy color: '#E05CC0'

red 224 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Magenta #E05CC0

Tints of Free Speech Magenta #E05CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.11%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 44.09%
G = 18.11%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E05CC0 (or 0xE05CC0) is known color: Free Speech Magenta. HEX triplet: E0, 5C and C0. RGB value is (224,92,192). Sum of RGB (Red+Green+Blue) = 224+92+192=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CC0 is #1FA33F. Grayscale: #8E8E8E. Windows color (decimal): -2073408 or 12606688. OLE color: 12606688.

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

Color convert

RGB 224 92 192 -
CMYK 0 0.59 0.14 0.12
HSL 314.55º 0.68% 0.62% -
HSV(B) 314.55º 0.59% 0.88% -
XYZ 44.08 27.31 52.82 -
YUV 142.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 224 92 192 0 0.59 0.14 0.12 314.55 0.68 0.62
Hex E0 5C C0 0 3B E C 13B 44 3E
Octal 340 134 300 0 73 16 14 473 104 76
Binary 11100000 1011100 11000000 0 111011 1110 1100 100111011 1000100 111110

Color Harmonies of #E05CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CC0

Black with #E05CC0

Text Example


Text Example

White with #E05CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CC0; }

 p { color: rgb(224,92,192); }

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

background-color css

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

 a { background-color: rgb(224,92,192); }

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

border-color css

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

 span { border-color: rgb(224,92,192); }

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