Html Css Color HEX #EF59DC Free Speech Magenta

📋 copy color: '#EF59DC'

red 239 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #EF59DC

Tints of Free Speech Magenta #EF59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 43.61%
G = 16.24%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF59DC (or 0xEF59DC) is known color: Free Speech Magenta. HEX triplet: EF, 59 and DC. RGB value is (239,89,220). Sum of RGB (Red+Green+Blue) = 239+89+220=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59DC is #10A623. Grayscale: #949494. Windows color (decimal): -1091108 or 14440943. OLE color: 14440943.

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

Color convert

RGB 239 89 220 -
CMYK 0 0.63 0.08 0.06
HSL 307.6º 0.82% 0.64% -
HSV(B) 307.6º 0.63% 0.94% -
XYZ 52.09 30.66 70.88 -
YUV 148.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 239 89 220 0 0.63 0.08 0.06 307.6 0.82 0.64
Hex EF 59 DC 0 3F 8 6 134 52 40
Octal 357 131 334 0 77 10 6 464 122 100
Binary 11101111 1011001 11011100 0 111111 1000 110 100110100 1010010 1000000

Color Harmonies of #EF59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59DC

Black with #EF59DC

Text Example


Text Example

White with #EF59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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