Html Css Color HEX #EF6DDD Free Speech Magenta

📋 copy color: '#EF6DDD'

red 239 ◦ green 109 ◦ blue 221

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

Shades of Free Speech Magenta #EF6DDD

Tints of Free Speech Magenta #EF6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 42%
G = 19.16%
B = 38.84%

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

#EF6DDD (or 0xEF6DDD) is known color: Free Speech Magenta. HEX triplet: EF, 6D and DD. RGB value is (239,109,221). Sum of RGB (Red+Green+Blue) = 239+109+221=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DDD is #109222. Grayscale: #A0A0A0. Windows color (decimal): -1085987 or 14511599. OLE color: 14511599.

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

Color convert

RGB 239 109 221 -
CMYK 0 0.54 0.08 0.06
HSL 308.31º 0.8% 0.68% -
HSV(B) 308.31º 0.54% 0.94% -
XYZ 54.12 34.51 72.22 -
YUV 160.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 239 109 221 0 0.54 0.08 0.06 308.31 0.8 0.68
Hex EF 6D DD 0 36 8 6 134 50 44
Octal 357 155 335 0 66 10 6 464 120 104
Binary 11101111 1101101 11011101 0 110110 1000 110 100110100 1010000 1000100

Color Harmonies of #EF6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DDD

Black with #EF6DDD

Text Example


Text Example

White with #EF6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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