Html Css Color HEX #EF60CC Free Speech Magenta

📋 copy color: '#EF60CC'

red 239 ◦ green 96 ◦ blue 204

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

Shades of Free Speech Magenta #EF60CC

Tints of Free Speech Magenta #EF60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 44.34%
G = 17.81%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF60CC (or 0xEF60CC) is known color: Free Speech Magenta. HEX triplet: EF, 60 and CC. RGB value is (239,96,204). Sum of RGB (Red+Green+Blue) = 239+96+204=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60CC is #109F33. Grayscale: #969696. Windows color (decimal): -1089332 or 13394159. OLE color: 13394159.

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

Color convert

RGB 239 96 204 -
CMYK 0 0.60 0.15 0.06
HSL 314.69º 0.82% 0.66% -
HSV(B) 314.69º 0.6% 0.94% -
XYZ 50.68 31.08 60.45 -
YUV 151.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 239 96 204 0 0.60 0.15 0.06 314.69 0.82 0.66
Hex EF 60 CC 0 3C F 6 13B 52 42
Octal 357 140 314 0 74 17 6 473 122 102
Binary 11101111 1100000 11001100 0 111100 1111 110 100111011 1010010 1000010

Color Harmonies of #EF60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60CC

Black with #EF60CC

Text Example


Text Example

White with #EF60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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