Html Css Color HEX #EF56E6 Free Speech Magenta

📋 copy color: '#EF56E6'

red 239 ◦ green 86 ◦ blue 230

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

Shades of Free Speech Magenta #EF56E6

Tints of Free Speech Magenta #EF56E6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.5%

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 43.06%
G = 15.5%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF56E6 (or 0xEF56E6) is known color: Free Speech Magenta. HEX triplet: EF, 56 and E6. RGB value is (239,86,230). Sum of RGB (Red+Green+Blue) = 239+86+230=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF56E6 is #10A919. Grayscale: #939393. Windows color (decimal): -1091866 or 15095535. OLE color: 15095535.

HSL color Cylindrical-coordinate representation of color #EF56E6: hue angle of 303.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF56E6 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 86 230 -
CMYK 0 0.64 0.04 0.06
HSL 303.53º 0.83% 0.64% -
HSV(B) 303.53º 0.64% 0.94% -
XYZ 53.21 30.72 77.99 -
YUV 148.16 174.19 192.79 -
System Red Green Blue C M Y K H S L
Decimal 239 86 230 0 0.64 0.04 0.06 303.53 0.83 0.64
Hex EF 56 E6 0 40 4 6 130 53 40
Octal 357 126 346 0 100 4 6 460 123 100
Binary 11101111 1010110 11100110 0 1000000 100 110 100110000 1010011 1000000

Color Harmonies of #EF56E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56E6

Black with #EF56E6

Text Example


Text Example

White with #EF56E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56E6; }

 p { color: rgb(239,86,230); }

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

background-color css

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

 a { background-color: rgb(239,86,230); }

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

border-color css

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

 span { border-color: rgb(239,86,230); }

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