Html Css Color HEX #EF6ADE Free Speech Magenta

📋 copy color: '#EF6ADE'

red 239 ◦ green 106 ◦ blue 222

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

Shades of Free Speech Magenta #EF6ADE

Tints of Free Speech Magenta #EF6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.69%

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

R = 42.15%
G = 18.69%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF6ADE (or 0xEF6ADE) is known color: Free Speech Magenta. HEX triplet: EF, 6A and DE. RGB value is (239,106,222). Sum of RGB (Red+Green+Blue) = 239+106+222=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ADE is #109521. Grayscale: #9E9E9E. Windows color (decimal): -1086754 or 14576367. OLE color: 14576367.

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

Color convert

RGB 239 106 222 -
CMYK 0 0.56 0.07 0.06
HSL 307.67º 0.81% 0.68% -
HSV(B) 307.67º 0.56% 0.94% -
XYZ 53.94 33.93 72.81 -
YUV 158.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 239 106 222 0 0.56 0.07 0.06 307.67 0.81 0.68
Hex EF 6A DE 0 38 7 6 134 51 44
Octal 357 152 336 0 70 7 6 464 121 104
Binary 11101111 1101010 11011110 0 111000 111 110 100110100 1010001 1000100

Color Harmonies of #EF6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ADE

Black with #EF6ADE

Text Example


Text Example

White with #EF6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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