Html Css Color HEX #ED5EDE Free Speech Magenta

📋 copy color: '#ED5EDE'

red 237 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #ED5EDE

Tints of Free Speech Magenta #ED5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 42.86%
G = 17%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED5EDE (or 0xED5EDE) is known color: Free Speech Magenta. HEX triplet: ED, 5E and DE. RGB value is (237,94,222). Sum of RGB (Red+Green+Blue) = 237+94+222=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EDE is #12A121. Grayscale: #969696. Windows color (decimal): -1220898 or 14573293. OLE color: 14573293.

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

Color convert

RGB 237 94 222 -
CMYK 0 0.60 0.06 0.07
HSL 306.29º 0.8% 0.65% -
HSV(B) 306.29º 0.6% 0.93% -
XYZ 52.11 31.28 72.4 -
YUV 151.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 237 94 222 0 0.60 0.06 0.07 306.29 0.8 0.65
Hex ED 5E DE 0 3C 6 7 132 50 41
Octal 355 136 336 0 74 6 7 462 120 101
Binary 11101101 1011110 11011110 0 111100 110 111 100110010 1010000 1000001

Color Harmonies of #ED5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EDE

Black with #ED5EDE

Text Example


Text Example

White with #ED5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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