Html Css Color HEX #ED5EE3 Free Speech Magenta

📋 copy color: '#ED5EE3'

red 237 ◦ green 94 ◦ blue 227

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

Shades of Free Speech Magenta #ED5EE3

Tints of Free Speech Magenta #ED5EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.68%

R = 42.47%
G = 16.85%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED5EE3 (or 0xED5EE3) is known color: Free Speech Magenta. HEX triplet: ED, 5E and E3. RGB value is (237,94,227). Sum of RGB (Red+Green+Blue) = 237+94+227=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EE3 is #12A11C. Grayscale: #979797. Windows color (decimal): -1220893 or 14900973. OLE color: 14900973.

HSL color Cylindrical-coordinate representation of color #ED5EE3: hue angle of 304.2º 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 #ED5EE3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 227 -
CMYK 0 0.60 0.04 0.07
HSL 304.2º 0.8% 0.65% -
HSV(B) 304.2º 0.6% 0.93% -
XYZ 52.79 31.56 75.98 -
YUV 151.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 237 94 227 0 0.60 0.04 0.07 304.2 0.8 0.65
Hex ED 5E E3 0 3C 4 7 130 50 41
Octal 355 136 343 0 74 4 7 460 120 101
Binary 11101101 1011110 11100011 0 111100 100 111 100110000 1010000 1000001

Color Harmonies of #ED5EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EE3

Black with #ED5EE3

Text Example


Text Example

White with #ED5EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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