Html Css Color HEX #EF6DDA Free Speech Magenta

📋 copy color: '#EF6DDA'

red 239 ◦ green 109 ◦ blue 218

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

Shades of Free Speech Magenta #EF6DDA

Tints of Free Speech Magenta #EF6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 42.23%
G = 19.26%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF6DDA (or 0xEF6DDA) is known color: Free Speech Magenta. HEX triplet: EF, 6D and DA. RGB value is (239,109,218). Sum of RGB (Red+Green+Blue) = 239+109+218=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DDA is #109225. Grayscale: #9F9F9F. Windows color (decimal): -1085990 or 14314991. OLE color: 14314991.

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

Color convert

RGB 239 109 218 -
CMYK 0 0.54 0.09 0.06
HSL 309.69º 0.8% 0.68% -
HSV(B) 309.69º 0.54% 0.94% -
XYZ 53.72 34.35 70.13 -
YUV 160.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 239 109 218 0 0.54 0.09 0.06 309.69 0.8 0.68
Hex EF 6D DA 0 36 9 6 136 50 44
Octal 357 155 332 0 66 11 6 466 120 104
Binary 11101111 1101101 11011010 0 110110 1001 110 100110110 1010000 1000100

Color Harmonies of #EF6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DDA

Black with #EF6DDA

Text Example


Text Example

White with #EF6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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