Html Css Color HEX #EF56DB Free Speech Magenta

📋 copy color: '#EF56DB'

red 239 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #EF56DB

Tints of Free Speech Magenta #EF56DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 43.93%
G = 15.81%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF56DB (or 0xEF56DB) is known color: Free Speech Magenta. HEX triplet: EF, 56 and DB. RGB value is (239,86,219). Sum of RGB (Red+Green+Blue) = 239+86+219=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56DB is #10A924. Grayscale: #929292. Windows color (decimal): -1091877 or 14374639. OLE color: 14374639.

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

Color convert

RGB 239 86 219 -
CMYK 0 0.64 0.08 0.06
HSL 307.84º 0.83% 0.64% -
HSV(B) 307.84º 0.64% 0.94% -
XYZ 51.71 30.12 70.11 -
YUV 146.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 239 86 219 0 0.64 0.08 0.06 307.84 0.83 0.64
Hex EF 56 DB 0 40 8 6 134 53 40
Octal 357 126 333 0 100 10 6 464 123 100
Binary 11101111 1010110 11011011 0 1000000 1000 110 100110100 1010011 1000000

Color Harmonies of #EF56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56DB

Black with #EF56DB

Text Example


Text Example

White with #EF56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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