Html Css Color HEX #EF50C1 Free Speech Magenta

📋 copy color: '#EF50C1'

red 239 ◦ green 80 ◦ blue 193

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

Shades of Free Speech Magenta #EF50C1

Tints of Free Speech Magenta #EF50C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 46.68%
G = 15.63%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF50C1 (or 0xEF50C1) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C1. RGB value is (239,80,193). Sum of RGB (Red+Green+Blue) = 239+80+193=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C1 is #10AF3E. Grayscale: #8C8C8C. Windows color (decimal): -1093439 or 12669167. OLE color: 12669167.

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

Color convert

RGB 239 80 193 -
CMYK 0 0.67 0.19 0.06
HSL 317.36º 0.83% 0.63% -
HSV(B) 317.36º 0.67% 0.94% -
XYZ 48.09 27.94 53.31 -
YUV 140.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 239 80 193 0 0.67 0.19 0.06 317.36 0.83 0.63
Hex EF 50 C1 0 43 13 6 13D 53 3F
Octal 357 120 301 0 103 23 6 475 123 77
Binary 11101111 1010000 11000001 0 1000011 10011 110 100111101 1010011 111111

Color Harmonies of #EF50C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50C1

Black with #EF50C1

Text Example


Text Example

White with #EF50C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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