Html Css Color HEX #EF5FDC Free Speech Magenta

📋 copy color: '#EF5FDC'

red 239 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #EF5FDC

Tints of Free Speech Magenta #EF5FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 43.14%
G = 17.15%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF5FDC (or 0xEF5FDC) is known color: Free Speech Magenta. HEX triplet: EF, 5F and DC. RGB value is (239,95,220). Sum of RGB (Red+Green+Blue) = 239+95+220=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FDC is #10A023. Grayscale: #979797. Windows color (decimal): -1089572 or 14442479. OLE color: 14442479.

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

Color convert

RGB 239 95 220 -
CMYK 0 0.60 0.08 0.06
HSL 307.92º 0.82% 0.65% -
HSV(B) 307.92º 0.6% 0.94% -
XYZ 52.61 31.7 71.06 -
YUV 152.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 239 95 220 0 0.60 0.08 0.06 307.92 0.82 0.65
Hex EF 5F DC 0 3C 8 6 134 52 41
Octal 357 137 334 0 74 10 6 464 122 101
Binary 11101111 1011111 11011100 0 111100 1000 110 100110100 1010010 1000001

Color Harmonies of #EF5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FDC

Black with #EF5FDC

Text Example


Text Example

White with #EF5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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