Html Css Color HEX #EF60E2 Free Speech Magenta

📋 copy color: '#EF60E2'

red 239 ◦ green 96 ◦ blue 226

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

Shades of Free Speech Magenta #EF60E2

Tints of Free Speech Magenta #EF60E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 42.6%
G = 17.11%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF60E2 (or 0xEF60E2) is known color: Free Speech Magenta. HEX triplet: EF, 60 and E2. RGB value is (239,96,226). Sum of RGB (Red+Green+Blue) = 239+96+226=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60E2 is #109F1D. Grayscale: #999999. Windows color (decimal): -1089310 or 14835951. OLE color: 14835951.

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

Color convert

RGB 239 96 226 -
CMYK 0 0.60 0.05 0.06
HSL 305.45º 0.82% 0.66% -
HSV(B) 305.45º 0.6% 0.94% -
XYZ 53.51 32.21 75.35 -
YUV 153.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 239 96 226 0 0.60 0.05 0.06 305.45 0.82 0.66
Hex EF 60 E2 0 3C 5 6 131 52 42
Octal 357 140 342 0 74 5 6 461 122 102
Binary 11101111 1100000 11100010 0 111100 101 110 100110001 1010010 1000010

Color Harmonies of #EF60E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60E2

Black with #EF60E2

Text Example


Text Example

White with #EF60E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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