Html Css Color HEX #EF6EDE Free Speech Magenta

📋 copy color: '#EF6EDE'

red 239 ◦ green 110 ◦ blue 222

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

Shades of Free Speech Magenta #EF6EDE

Tints of Free Speech Magenta #EF6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.26%

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 41.86%
G = 19.26%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF6EDE (or 0xEF6EDE) is known color: Free Speech Magenta. HEX triplet: EF, 6E and DE. RGB value is (239,110,222). Sum of RGB (Red+Green+Blue) = 239+110+222=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EDE is #109121. Grayscale: #A1A1A1. Windows color (decimal): -1085730 or 14577391. OLE color: 14577391.

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

Color convert

RGB 239 110 222 -
CMYK 0 0.54 0.07 0.06
HSL 307.91º 0.8% 0.68% -
HSV(B) 307.91º 0.54% 0.94% -
XYZ 54.36 34.78 72.95 -
YUV 161.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 239 110 222 0 0.54 0.07 0.06 307.91 0.8 0.68
Hex EF 6E DE 0 36 7 6 134 50 44
Octal 357 156 336 0 66 7 6 464 120 104
Binary 11101111 1101110 11011110 0 110110 111 110 100110100 1010000 1000100

Color Harmonies of #EF6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6EDE

Black with #EF6EDE

Text Example


Text Example

White with #EF6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6EDE; }

 p { color: rgb(239,110,222); }

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

background-color css

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

 a { background-color: rgb(239,110,222); }

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

border-color css

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

 span { border-color: rgb(239,110,222); }

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