Html Css Color HEX #EF59ED Free Speech Magenta

📋 copy color: '#EF59ED'

red 239 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #EF59ED

Tints of Free Speech Magenta #EF59ED

RGB

 RED value IS 239 (93.75% from 255) = 42.3%

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

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

R = 42.3%
G = 15.75%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF59ED (or 0xEF59ED) is known color: Free Speech Magenta. HEX triplet: EF, 59 and ED. RGB value is (239,89,237). Sum of RGB (Red+Green+Blue) = 239+89+237=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59ED is #10A612. Grayscale: #969696. Windows color (decimal): -1091091 or 15555055. OLE color: 15555055.

HSL color Cylindrical-coordinate representation of color #EF59ED: hue angle of 300.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59ED is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 237 -
CMYK 0 0.63 0.01 0.06
HSL 300.8º 0.82% 0.64% -
HSV(B) 300.8º 0.63% 0.94% -
XYZ 54.46 31.61 83.35 -
YUV 150.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 239 89 237 0 0.63 0.01 0.06 300.8 0.82 0.64
Hex EF 59 ED 0 3F 1 6 12D 52 40
Octal 357 131 355 0 77 1 6 455 122 100
Binary 11101111 1011001 11101101 0 111111 1 110 100101101 1010010 1000000

Color Harmonies of #EF59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59ED

Black with #EF59ED

Text Example


Text Example

White with #EF59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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