Html Css Color HEX #E050ED Free Speech Magenta

📋 copy color: '#E050ED'

red 224 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #E050ED

Tints of Free Speech Magenta #E050ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.79%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 41.4%
G = 14.79%
B = 43.81%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E050ED (or 0xE050ED) is known color: Free Speech Magenta. HEX triplet: E0, 50 and ED. RGB value is (224,80,237). Sum of RGB (Red+Green+Blue) = 224+80+237=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #E050ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050ED is #1FAF12. Grayscale: #8C8C8C. Windows color (decimal): -2076435 or 15552736. OLE color: 15552736.

HSL color Cylindrical-coordinate representation of color #E050ED: hue angle of 295.03º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E050ED is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 80 237 -
CMYK 0.05 0.66 0 0.07
HSL 295.03º 0.81% 0.62% -
HSV(B) 295.03º 0.66% 0.93% -
XYZ 48.9 27.7 82.89 -
YUV 140.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 224 80 237 0.05 0.66 0 0.07 295.03 0.81 0.62
Hex E0 50 ED 5 42 0 7 127 51 3E
Octal 340 120 355 5 102 0 7 447 121 76
Binary 11100000 1010000 11101101 101 1000010 0 111 100100111 1010001 111110

Color Harmonies of #E050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050ED

Black with #E050ED

Text Example


Text Example

White with #E050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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