Html Css Color HEX #EF60DF Free Speech Magenta

📋 copy color: '#EF60DF'

red 239 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #EF60DF

Tints of Free Speech Magenta #EF60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.2%

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

R = 42.83%
G = 17.2%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF60DF (or 0xEF60DF) is known color: Free Speech Magenta. HEX triplet: EF, 60 and DF. RGB value is (239,96,223). Sum of RGB (Red+Green+Blue) = 239+96+223=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60DF is #109F20. Grayscale: #989898. Windows color (decimal): -1089313 or 14639343. OLE color: 14639343.

HSL color Cylindrical-coordinate representation of color #EF60DF: hue angle of 306.71º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60DF is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 223 -
CMYK 0 0.60 0.07 0.06
HSL 306.71º 0.82% 0.66% -
HSV(B) 306.71º 0.6% 0.94% -
XYZ 53.1 32.04 73.2 -
YUV 153.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 239 96 223 0 0.60 0.07 0.06 306.71 0.82 0.66
Hex EF 60 DF 0 3C 7 6 133 52 42
Octal 357 140 337 0 74 7 6 463 122 102
Binary 11101111 1100000 11011111 0 111100 111 110 100110011 1010010 1000010

Color Harmonies of #EF60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60DF

Black with #EF60DF

Text Example


Text Example

White with #EF60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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