Html Css Color HEX #EF50C9 Free Speech Magenta

📋 copy color: '#EF50C9'

red 239 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #EF50C9

Tints of Free Speech Magenta #EF50C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 45.96%
G = 15.38%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF50C9 (or 0xEF50C9) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C9. RGB value is (239,80,201). Sum of RGB (Red+Green+Blue) = 239+80+201=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C9 is #10AF36. Grayscale: #8D8D8D. Windows color (decimal): -1093431 or 13193455. OLE color: 13193455.

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

Color convert

RGB 239 80 201 -
CMYK 0 0.67 0.16 0.06
HSL 314.34º 0.83% 0.63% -
HSV(B) 314.34º 0.67% 0.94% -
XYZ 49.01 28.31 58.14 -
YUV 141.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 239 80 201 0 0.67 0.16 0.06 314.34 0.83 0.63
Hex EF 50 C9 0 43 10 6 13A 53 3F
Octal 357 120 311 0 103 20 6 472 123 77
Binary 11101111 1010000 11001001 0 1000011 10000 110 100111010 1010011 111111

Color Harmonies of #EF50C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50C9

Black with #EF50C9

Text Example


Text Example

White with #EF50C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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