Html Css Color HEX #EF59DF Free Speech Magenta

📋 copy color: '#EF59DF'

red 239 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #EF59DF

Tints of Free Speech Magenta #EF59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 43.38%
G = 16.15%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF59DF (or 0xEF59DF) is known color: Free Speech Magenta. HEX triplet: EF, 59 and DF. RGB value is (239,89,223). Sum of RGB (Red+Green+Blue) = 239+89+223=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59DF is #10A620. Grayscale: #949494. Windows color (decimal): -1091105 or 14637551. OLE color: 14637551.

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

Color convert

RGB 239 89 223 -
CMYK 0 0.63 0.07 0.06
HSL 306.4º 0.82% 0.64% -
HSV(B) 306.4º 0.63% 0.94% -
XYZ 52.49 30.82 73 -
YUV 149.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 239 89 223 0 0.63 0.07 0.06 306.4 0.82 0.64
Hex EF 59 DF 0 3F 7 6 132 52 40
Octal 357 131 337 0 77 7 6 462 122 100
Binary 11101111 1011001 11011111 0 111111 111 110 100110010 1010010 1000000

Color Harmonies of #EF59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59DF

Black with #EF59DF

Text Example


Text Example

White with #EF59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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