Html Css Color HEX #EF60CF Free Speech Magenta

📋 copy color: '#EF60CF'

red 239 ◦ green 96 ◦ blue 207

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

Shades of Free Speech Magenta #EF60CF

Tints of Free Speech Magenta #EF60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 44.1%
G = 17.71%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF60CF (or 0xEF60CF) is known color: Free Speech Magenta. HEX triplet: EF, 60 and CF. RGB value is (239,96,207). Sum of RGB (Red+Green+Blue) = 239+96+207=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60CF is #109F30. Grayscale: #979797. Windows color (decimal): -1089329 or 13590767. OLE color: 13590767.

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

Color convert

RGB 239 96 207 -
CMYK 0 0.60 0.13 0.06
HSL 313.43º 0.82% 0.66% -
HSV(B) 313.43º 0.6% 0.94% -
XYZ 51.04 31.22 62.37 -
YUV 151.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 239 96 207 0 0.60 0.13 0.06 313.43 0.82 0.66
Hex EF 60 CF 0 3C D 6 139 52 42
Octal 357 140 317 0 74 15 6 471 122 102
Binary 11101111 1100000 11001111 0 111100 1101 110 100111001 1010010 1000010

Color Harmonies of #EF60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60CF

Black with #EF60CF

Text Example


Text Example

White with #EF60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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