Html Css Color HEX #EF50ED Free Speech Magenta

📋 copy color: '#EF50ED'

red 239 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #EF50ED

Tints of Free Speech Magenta #EF50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 42.99%
G = 14.39%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF50ED (or 0xEF50ED) is known color: Free Speech Magenta. HEX triplet: EF, 50 and ED. RGB value is (239,80,237). Sum of RGB (Red+Green+Blue) = 239+80+237=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 80 (31.64% from 255 or 14.39% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50ED is #10AF12. Grayscale: #909090. Windows color (decimal): -1093395 or 15552751. OLE color: 15552751.

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

Color convert

RGB 239 80 237 -
CMYK 0 0.67 0.01 0.06
HSL 300.75º 0.83% 0.63% -
HSV(B) 300.75º 0.67% 0.94% -
XYZ 53.75 30.2 83.12 -
YUV 145.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 239 80 237 0 0.67 0.01 0.06 300.75 0.83 0.63
Hex EF 50 ED 0 43 1 6 12D 53 3F
Octal 357 120 355 0 103 1 6 455 123 77
Binary 11101111 1010000 11101101 0 1000011 1 110 100101101 1010011 111111

Color Harmonies of #EF50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50ED

Black with #EF50ED

Text Example


Text Example

White with #EF50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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