Html Css Color HEX #EF56E4 Free Speech Magenta

📋 copy color: '#EF56E4'

red 239 ◦ green 86 ◦ blue 228

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

Shades of Free Speech Magenta #EF56E4

Tints of Free Speech Magenta #EF56E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 43.22%
G = 15.55%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF56E4 (or 0xEF56E4) is known color: Free Speech Magenta. HEX triplet: EF, 56 and E4. RGB value is (239,86,228). Sum of RGB (Red+Green+Blue) = 239+86+228=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 86 (33.98% from 255 or 15.55% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56E4 is #10A91B. Grayscale: #939393. Windows color (decimal): -1091868 or 14964463. OLE color: 14964463.

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

Color convert

RGB 239 86 228 -
CMYK 0 0.64 0.05 0.06
HSL 304.31º 0.83% 0.64% -
HSV(B) 304.31º 0.64% 0.94% -
XYZ 52.93 30.61 76.52 -
YUV 147.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 239 86 228 0 0.64 0.05 0.06 304.31 0.83 0.64
Hex EF 56 E4 0 40 5 6 130 53 40
Octal 357 126 344 0 100 5 6 460 123 100
Binary 11101111 1010110 11100100 0 1000000 101 110 100110000 1010011 1000000

Color Harmonies of #EF56E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56E4

Black with #EF56E4

Text Example


Text Example

White with #EF56E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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