Html Css Color HEX #EF50C6 Free Speech Magenta

📋 copy color: '#EF50C6'

red 239 ◦ green 80 ◦ blue 198

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

Shades of Free Speech Magenta #EF50C6

Tints of Free Speech Magenta #EF50C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 46.23%
G = 15.47%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF50C6 (or 0xEF50C6) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C6. RGB value is (239,80,198). Sum of RGB (Red+Green+Blue) = 239+80+198=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C6 is #10AF39. Grayscale: #8C8C8C. Windows color (decimal): -1093434 or 12996847. OLE color: 12996847.

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

Color convert

RGB 239 80 198 -
CMYK 0 0.67 0.17 0.06
HSL 315.47º 0.83% 0.63% -
HSV(B) 315.47º 0.67% 0.94% -
XYZ 48.66 28.17 56.3 -
YUV 140.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 239 80 198 0 0.67 0.17 0.06 315.47 0.83 0.63
Hex EF 50 C6 0 43 11 6 13B 53 3F
Octal 357 120 306 0 103 21 6 473 123 77
Binary 11101111 1010000 11000110 0 1000011 10001 110 100111011 1010011 111111

Color Harmonies of #EF50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50C6

Black with #EF50C6

Text Example


Text Example

White with #EF50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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