Html Css Color HEX #EF6ADF Free Speech Magenta

📋 copy color: '#EF6ADF'

red 239 ◦ green 106 ◦ blue 223

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

Shades of Free Speech Magenta #EF6ADF

Tints of Free Speech Magenta #EF6ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 42.08%
G = 18.66%
B = 39.26%

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

#EF6ADF (or 0xEF6ADF) is known color: Free Speech Magenta. HEX triplet: EF, 6A and DF. RGB value is (239,106,223). Sum of RGB (Red+Green+Blue) = 239+106+223=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ADF is #109520. Grayscale: #9E9E9E. Windows color (decimal): -1086753 or 14641903. OLE color: 14641903.

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

Color convert

RGB 239 106 223 -
CMYK 0 0.56 0.07 0.06
HSL 307.22º 0.81% 0.68% -
HSV(B) 307.22º 0.56% 0.94% -
XYZ 54.07 33.99 73.52 -
YUV 159.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 239 106 223 0 0.56 0.07 0.06 307.22 0.81 0.68
Hex EF 6A DF 0 38 7 6 133 51 44
Octal 357 152 337 0 70 7 6 463 121 104
Binary 11101111 1101010 11011111 0 111000 111 110 100110011 1010001 1000100

Color Harmonies of #EF6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ADF

Black with #EF6ADF

Text Example


Text Example

White with #EF6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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