Html Css Color HEX #EF6BDC Free Speech Magenta

📋 copy color: '#EF6BDC'

red 239 ◦ green 107 ◦ blue 220

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

Shades of Free Speech Magenta #EF6BDC

Tints of Free Speech Magenta #EF6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.9%

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

R = 42.23%
G = 18.9%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF6BDC (or 0xEF6BDC) is known color: Free Speech Magenta. HEX triplet: EF, 6B and DC. RGB value is (239,107,220). Sum of RGB (Red+Green+Blue) = 239+107+220=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BDC is #109423. Grayscale: #9F9F9F. Windows color (decimal): -1086500 or 14445551. OLE color: 14445551.

HSL color Cylindrical-coordinate representation of color #EF6BDC: hue angle of 308.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BDC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 107 220 -
CMYK 0 0.55 0.08 0.06
HSL 308.64º 0.8% 0.68% -
HSV(B) 308.64º 0.55% 0.94% -
XYZ 53.77 34.03 71.45 -
YUV 159.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 239 107 220 0 0.55 0.08 0.06 308.64 0.8 0.68
Hex EF 6B DC 0 37 8 6 135 50 44
Octal 357 153 334 0 67 10 6 465 120 104
Binary 11101111 1101011 11011100 0 110111 1000 110 100110101 1010000 1000100

Color Harmonies of #EF6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BDC

Black with #EF6BDC

Text Example


Text Example

White with #EF6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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