Html Css Color HEX #EF57DC Free Speech Magenta

📋 copy color: '#EF57DC'

red 239 ◦ green 87 ◦ blue 220

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

Shades of Free Speech Magenta #EF57DC

Tints of Free Speech Magenta #EF57DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 43.77%
G = 15.93%
B = 40.29%

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

#EF57DC (or 0xEF57DC) is known color: Free Speech Magenta. HEX triplet: EF, 57 and DC. RGB value is (239,87,220). Sum of RGB (Red+Green+Blue) = 239+87+220=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 87 (34.38% from 255 or 15.93% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57DC is #10A823. Grayscale: #939393. Windows color (decimal): -1091620 or 14440431. OLE color: 14440431.

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

Color convert

RGB 239 87 220 -
CMYK 0 0.64 0.08 0.06
HSL 307.5º 0.83% 0.64% -
HSV(B) 307.5º 0.64% 0.94% -
XYZ 51.92 30.33 70.83 -
YUV 147.61 168.86 193.19 -
System Red Green Blue C M Y K H S L
Decimal 239 87 220 0 0.64 0.08 0.06 307.5 0.83 0.64
Hex EF 57 DC 0 40 8 6 134 53 40
Octal 357 127 334 0 100 10 6 464 123 100
Binary 11101111 1010111 11011100 0 1000000 1000 110 100110100 1010011 1000000

Color Harmonies of #EF57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57DC

Black with #EF57DC

Text Example


Text Example

White with #EF57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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