#EF51DB

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

Shades of Free Speech Magenta #EF51DB

Tints of Free Speech Magenta #EF51DB

Color information

#EF51DB (or 0xEF51DB) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 51 and DB. RGB value is (239,81,219). Sum of RGB (Red+Green+Blue) = 239+81+219=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DB is #10AE24. Grayscale: #8F8F8F. Windows color (decimal): -1093157 or 14373359. OLE color: 14373359.

HSL color Cylindrical-coordinate representation of color #EF51DB: hue angle of 307.59º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51DB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB23981219-
CMYK00.660.080.06
HSL307.59º83.16%62.75%-
HSV(B)307.59º66.11%93.73%-
XYZ51.3329.3569.98-
YUV143.97170.35195.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 81 (32.03% from 255) = 15.03%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=44.34%
G=15.03%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398121900.660.080.06307.5983.1662.75
HexEF51DB04286134533f
Octal357121333010210646412377
Binary111011111010001110110110100001010001101001101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF51DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF51DB; }

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

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

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

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

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

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

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

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