Html Css Color HEX #EF5FEC Free Speech Magenta

📋 copy color: '#EF5FEC'

red 239 ◦ green 95 ◦ blue 236

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

Shades of Free Speech Magenta #EF5FEC

Tints of Free Speech Magenta #EF5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.67%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 41.93%
G = 16.67%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF5FEC (or 0xEF5FEC) is known color: Free Speech Magenta. HEX triplet: EF, 5F and EC. RGB value is (239,95,236). Sum of RGB (Red+Green+Blue) = 239+95+236=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FEC is #10A013. Grayscale: #999999. Windows color (decimal): -1089556 or 15491055. OLE color: 15491055.

HSL color Cylindrical-coordinate representation of color #EF5FEC: hue angle of 301.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FEC is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 236 -
CMYK 0 0.60 0.01 0.06
HSL 301.25º 0.82% 0.65% -
HSV(B) 301.25º 0.6% 0.94% -
XYZ 54.83 32.59 82.76 -
YUV 154.13 174.21 188.54 -
System Red Green Blue C M Y K H S L
Decimal 239 95 236 0 0.60 0.01 0.06 301.25 0.82 0.65
Hex EF 5F EC 0 3C 1 6 12D 52 41
Octal 357 137 354 0 74 1 6 455 122 101
Binary 11101111 1011111 11101100 0 111100 1 110 100101101 1010010 1000001

Color Harmonies of #EF5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FEC

Black with #EF5FEC

Text Example


Text Example

White with #EF5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FEC; }

 p { color: rgb(239,95,236); }

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

background-color css

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

 a { background-color: rgb(239,95,236); }

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

border-color css

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

 span { border-color: rgb(239,95,236); }

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