Html Css Color HEX #EF57DB Free Speech Magenta

📋 copy color: '#EF57DB'

red 239 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #EF57DB

Tints of Free Speech Magenta #EF57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.96%

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

R = 43.85%
G = 15.96%
B = 40.18%

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

#EF57DB (or 0xEF57DB) is known color: Free Speech Magenta. HEX triplet: EF, 57 and DB. RGB value is (239,87,219). Sum of RGB (Red+Green+Blue) = 239+87+219=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 87 (34.38% from 255 or 15.96% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57DB is #10A824. Grayscale: #939393. Windows color (decimal): -1091621 or 14374895. OLE color: 14374895.

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

Color convert

RGB 239 87 219 -
CMYK 0 0.64 0.08 0.06
HSL 307.89º 0.83% 0.64% -
HSV(B) 307.89º 0.64% 0.94% -
XYZ 51.79 30.28 70.13 -
YUV 147.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 239 87 219 0 0.64 0.08 0.06 307.89 0.83 0.64
Hex EF 57 DB 0 40 8 6 134 53 40
Octal 357 127 333 0 100 10 6 464 123 100
Binary 11101111 1010111 11011011 0 1000000 1000 110 100110100 1010011 1000000

Color Harmonies of #EF57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57DB

Black with #EF57DB

Text Example


Text Example

White with #EF57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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