Html Css Color HEX #EF50DF Free Speech Magenta

📋 copy color: '#EF50DF'

red 239 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Magenta #EF50DF

Tints of Free Speech Magenta #EF50DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.76%

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

R = 44.1%
G = 14.76%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF50DF (or 0xEF50DF) is known color: Free Speech Magenta. HEX triplet: EF, 50 and DF. RGB value is (239,80,223). Sum of RGB (Red+Green+Blue) = 239+80+223=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50DF is #10AF20. Grayscale: #8F8F8F. Windows color (decimal): -1093409 or 14635247. OLE color: 14635247.

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

Color convert

RGB 239 80 223 -
CMYK 0 0.67 0.07 0.06
HSL 306.04º 0.83% 0.63% -
HSV(B) 306.04º 0.67% 0.94% -
XYZ 51.78 29.42 72.76 -
YUV 143.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 239 80 223 0 0.67 0.07 0.06 306.04 0.83 0.63
Hex EF 50 DF 0 43 7 6 132 53 3F
Octal 357 120 337 0 103 7 6 462 123 77
Binary 11101111 1010000 11011111 0 1000011 111 110 100110010 1010011 111111

Color Harmonies of #EF50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50DF

Black with #EF50DF

Text Example


Text Example

White with #EF50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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