Html Css Color HEX #EF50BF Free Speech Magenta

📋 copy color: '#EF50BF'

red 239 ◦ green 80 ◦ blue 191

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

Shades of Free Speech Magenta #EF50BF

Tints of Free Speech Magenta #EF50BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 46.86%
G = 15.69%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF50BF (or 0xEF50BF) is known color: Free Speech Magenta. HEX triplet: EF, 50 and BF. RGB value is (239,80,191). Sum of RGB (Red+Green+Blue) = 239+80+191=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50BF is #10AF40. Grayscale: #8B8B8B. Windows color (decimal): -1093441 or 12538095. OLE color: 12538095.

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

Color convert

RGB 239 80 191 -
CMYK 0 0.67 0.20 0.06
HSL 318.11º 0.83% 0.63% -
HSV(B) 318.11º 0.67% 0.94% -
XYZ 47.87 27.85 52.14 -
YUV 140.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 239 80 191 0 0.67 0.20 0.06 318.11 0.83 0.63
Hex EF 50 BF 0 43 14 6 13E 53 3F
Octal 357 120 277 0 103 24 6 476 123 77
Binary 11101111 1010000 10111111 0 1000011 10100 110 100111110 1010011 111111

Color Harmonies of #EF50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50BF

Black with #EF50BF

Text Example


Text Example

White with #EF50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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