#E050C3

Color #E050C3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E050C3

Tints of Free Speech Magenta #E050C3

Color information

#E050C3 (or 0xE050C3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 50 and C3. RGB value is (224,80,195). Sum of RGB (Red+Green+Blue) = 224+80+195=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E050C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050C3 is #1FAF3C. Grayscale: #878787. Windows color (decimal): -2076477 or 12800224. OLE color: 12800224.

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

Color convert

RGB22480195-
CMYK00.640.130.12
HSL312.08º69.9%59.61%-
HSV(B)312.08º64.29%87.84%-
XYZ43.4625.5254.27-
YUV136.17161.21190.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=44.89%
G=16.03%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248019500.640.130.12312.0869.959.61
HexE050C3040DC138463c
Octal3401203030100151447010674
Binary1110000010100001100001101000000110111001001110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E050C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E050C3; }

 p { color: rgb(224,80,195); }

 H1.HeaderClassName
 {
   color: #E050C3;
 }
 .AnyTagClassName
 {
   color: #E050C3;
 }
</style>
background-color css

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

 a { background-color: rgb(224,80,195); }

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

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

 span { border-color: rgb(224,80,195); }

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