Html Css Color HEX #EF6ADC Free Speech Magenta

📋 copy color: '#EF6ADC'

red 239 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #EF6ADC

Tints of Free Speech Magenta #EF6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.76%

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

R = 42.3%
G = 18.76%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF6ADC (or 0xEF6ADC) is known color: Free Speech Magenta. HEX triplet: EF, 6A and DC. RGB value is (239,106,220). Sum of RGB (Red+Green+Blue) = 239+106+220=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ADC is #109523. Grayscale: #9E9E9E. Windows color (decimal): -1086756 or 14445295. OLE color: 14445295.

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

Color convert

RGB 239 106 220 -
CMYK 0 0.56 0.08 0.06
HSL 308.57º 0.81% 0.68% -
HSV(B) 308.57º 0.56% 0.94% -
XYZ 53.67 33.83 71.41 -
YUV 158.76 162.56 185.23 -
System Red Green Blue C M Y K H S L
Decimal 239 106 220 0 0.56 0.08 0.06 308.57 0.81 0.68
Hex EF 6A DC 0 38 8 6 135 51 44
Octal 357 152 334 0 70 10 6 465 121 104
Binary 11101111 1101010 11011100 0 111000 1000 110 100110101 1010001 1000100

Color Harmonies of #EF6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ADC

Black with #EF6ADC

Text Example


Text Example

White with #EF6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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