Html Css Color HEX #ED5EE0 Free Speech Magenta

📋 copy color: '#ED5EE0'

red 237 ◦ green 94 ◦ blue 224

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

Shades of Free Speech Magenta #ED5EE0

Tints of Free Speech Magenta #ED5EE0

RGB

 RED value IS 237 (92.97% from 255) = 42.7%

 GREEN value IS 94 (37.11% from 255) = 16.94%

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 42.7%
G = 16.94%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED5EE0 (or 0xED5EE0) is known color: Free Speech Magenta. HEX triplet: ED, 5E and E0. RGB value is (237,94,224). Sum of RGB (Red+Green+Blue) = 237+94+224=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EE0 is #12A11F. Grayscale: #979797. Windows color (decimal): -1220896 or 14704365. OLE color: 14704365.

HSL color Cylindrical-coordinate representation of color #ED5EE0: hue angle of 305.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EE0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 224 -
CMYK 0 0.60 0.05 0.07
HSL 305.45º 0.8% 0.65% -
HSV(B) 305.45º 0.6% 0.93% -
XYZ 52.38 31.39 73.82 -
YUV 151.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 237 94 224 0 0.60 0.05 0.07 305.45 0.8 0.65
Hex ED 5E E0 0 3C 5 7 131 50 41
Octal 355 136 340 0 74 5 7 461 120 101
Binary 11101101 1011110 11100000 0 111100 101 111 100110001 1010000 1000001

Color Harmonies of #ED5EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EE0

Black with #ED5EE0

Text Example


Text Example

White with #ED5EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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