#EF57D4

Color #EF57D4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EF57D4

Tints of Free Speech Magenta #EF57D4

Color information

#EF57D4 (or 0xEF57D4) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 57 and D4. RGB value is (239,87,212). Sum of RGB (Red+Green+Blue) = 239+87+212=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57D4 is #10A82B. Grayscale: #929292. Windows color (decimal): -1091628 or 13916143. OLE color: 13916143.

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

Color convert

RGB23987212-
CMYK00.640.110.06
HSL310.66º82.61%63.92%-
HSV(B)310.66º63.6%93.73%-
XYZ50.8929.9265.38-
YUV146.7164.86193.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 87 (34.38% from 255) = 16.17%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=44.42%
G=16.17%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398721200.640.110.06310.6682.6163.92
HexEF57D4040B61375340
Octal3571273240100136467123100
Binary1110111110101111101010001000000101111010011011110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF57D4; }

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

 H1.HeaderClassName
 {
   color: #EF57D4;
 }
 .AnyTagClassName
 {
   color: #EF57D4;
 }
</style>
background-color css

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

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

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

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

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

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