Html Css Color HEX #ED59EB Free Speech Magenta

📋 copy color: '#ED59EB'

red 237 ◦ green 89 ◦ blue 235

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

Shades of Free Speech Magenta #ED59EB

Tints of Free Speech Magenta #ED59EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.86%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 42.25%
G = 15.86%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED59EB (or 0xED59EB) is known color: Free Speech Magenta. HEX triplet: ED, 59 and EB. RGB value is (237,89,235). Sum of RGB (Red+Green+Blue) = 237+89+235=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED59EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED59EB is #12A614. Grayscale: #959595. Windows color (decimal): -1222165 or 15423981. OLE color: 15423981.

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

Color convert

RGB 237 89 235 -
CMYK 0 0.62 0.01 0.07
HSL 300.81º 0.8% 0.64% -
HSV(B) 300.81º 0.62% 0.93% -
XYZ 53.49 31.15 81.79 -
YUV 149.9 176.03 190.13 -
System Red Green Blue C M Y K H S L
Decimal 237 89 235 0 0.62 0.01 0.07 300.81 0.8 0.64
Hex ED 59 EB 0 3E 1 7 12D 50 40
Octal 355 131 353 0 76 1 7 455 120 100
Binary 11101101 1011001 11101011 0 111110 1 111 100101101 1010000 1000000

Color Harmonies of #ED59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED59EB

Black with #ED59EB

Text Example


Text Example

White with #ED59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED59EB; }

 p { color: rgb(237,89,235); }

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

background-color css

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

 a { background-color: rgb(237,89,235); }

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

border-color css

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

 span { border-color: rgb(237,89,235); }

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