Html Css Color HEX #EF6DDC Free Speech Magenta

📋 copy color: '#EF6DDC'

red 239 ◦ green 109 ◦ blue 220

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

Shades of Free Speech Magenta #EF6DDC

Tints of Free Speech Magenta #EF6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.19%

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

R = 42.08%
G = 19.19%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF6DDC (or 0xEF6DDC) is known color: Free Speech Magenta. HEX triplet: EF, 6D and DC. RGB value is (239,109,220). Sum of RGB (Red+Green+Blue) = 239+109+220=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DDC is #109223. Grayscale: #A0A0A0. Windows color (decimal): -1085988 or 14446063. OLE color: 14446063.

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

Color convert

RGB 239 109 220 -
CMYK 0 0.54 0.08 0.06
HSL 308.77º 0.8% 0.68% -
HSV(B) 308.77º 0.54% 0.94% -
XYZ 53.98 34.46 71.52 -
YUV 160.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 239 109 220 0 0.54 0.08 0.06 308.77 0.8 0.68
Hex EF 6D DC 0 36 8 6 135 50 44
Octal 357 155 334 0 66 10 6 465 120 104
Binary 11101111 1101101 11011100 0 110110 1000 110 100110101 1010000 1000100

Color Harmonies of #EF6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DDC

Black with #EF6DDC

Text Example


Text Example

White with #EF6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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