#EF51DD

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

Shades of Free Speech Magenta #EF51DD

Tints of Free Speech Magenta #EF51DD

Color information

#EF51DD (or 0xEF51DD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 51 and DD. RGB value is (239,81,221). Sum of RGB (Red+Green+Blue) = 239+81+221=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DD is #10AE22. Grayscale: #8F8F8F. Windows color (decimal): -1093155 or 14504431. OLE color: 14504431.

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

Color convert

RGB23981221-
CMYK00.660.080.06
HSL306.84º83.16%62.75%-
HSV(B)306.84º66.11%93.73%-
XYZ51.5929.4671.37-
YUV144.2171.35195.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 81 (32.03% from 255) = 14.97%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=44.18%
G=14.97%
B=40.85%

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
Decimal2398122100.660.080.06306.8483.1662.75
HexEF51DD04286133533f
Octal357121335010210646312377
Binary111011111010001110111010100001010001101001100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF51DD; }

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

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

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

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

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

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

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

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