Html Css Color HEX #EF6DD8 Free Speech Magenta

📋 copy color: '#EF6DD8'

red 239 ◦ green 109 ◦ blue 216

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

Shades of Free Speech Magenta #EF6DD8

Tints of Free Speech Magenta #EF6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 42.38%
G = 19.33%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF6DD8 (or 0xEF6DD8) is known color: Free Speech Magenta. HEX triplet: EF, 6D and D8. RGB value is (239,109,216). Sum of RGB (Red+Green+Blue) = 239+109+216=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DD8 is #109227. Grayscale: #9F9F9F. Windows color (decimal): -1085992 or 14183919. OLE color: 14183919.

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

Color convert

RGB 239 109 216 -
CMYK 0 0.54 0.10 0.06
HSL 310.62º 0.8% 0.68% -
HSV(B) 310.62º 0.54% 0.94% -
XYZ 53.46 34.25 68.76 -
YUV 160.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 239 109 216 0 0.54 0.10 0.06 310.62 0.8 0.68
Hex EF 6D D8 0 36 A 6 137 50 44
Octal 357 155 330 0 66 12 6 467 120 104
Binary 11101111 1101101 11011000 0 110110 1010 110 100110111 1010000 1000100

Color Harmonies of #EF6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DD8

Black with #EF6DD8

Text Example


Text Example

White with #EF6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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