Html Css Color HEX #EF50C8 Free Speech Magenta

📋 copy color: '#EF50C8'

red 239 ◦ green 80 ◦ blue 200

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

Shades of Free Speech Magenta #EF50C8

Tints of Free Speech Magenta #EF50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.54%

R = 46.05%
G = 15.41%
B = 38.54%

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

#EF50C8 (or 0xEF50C8) is known color: Free Speech Magenta. HEX triplet: EF, 50 and C8. RGB value is (239,80,200). Sum of RGB (Red+Green+Blue) = 239+80+200=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50C8 is #10AF37. Grayscale: #8C8C8C. Windows color (decimal): -1093432 or 13127919. OLE color: 13127919.

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

Color convert

RGB 239 80 200 -
CMYK 0 0.67 0.16 0.06
HSL 314.72º 0.83% 0.63% -
HSV(B) 314.72º 0.67% 0.94% -
XYZ 48.89 28.26 57.52 -
YUV 141.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 239 80 200 0 0.67 0.16 0.06 314.72 0.83 0.63
Hex EF 50 C8 0 43 10 6 13B 53 3F
Octal 357 120 310 0 103 20 6 473 123 77
Binary 11101111 1010000 11001000 0 1000011 10000 110 100111011 1010011 111111

Color Harmonies of #EF50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50C8

Black with #EF50C8

Text Example


Text Example

White with #EF50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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