#EF69D1

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

Shades of Free Speech Magenta #EF69D1

Tints of Free Speech Magenta #EF69D1

Color information

#EF69D1 (or 0xEF69D1) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 69 and D1. RGB value is (239,105,209). Sum of RGB (Red+Green+Blue) = 239+105+209=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69D1 is #10962E. Grayscale: #9C9C9C. Windows color (decimal): -1087023 or 13724143. OLE color: 13724143.

HSL color Cylindrical-coordinate representation of color #EF69D1: hue angle of 313.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69D1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239105209-
CMYK00.560.130.06
HSL313.43º80.72%67.45%-
HSV(B)313.43º56.07%93.73%-
XYZ52.1633.0663.95-
YUV156.92157.39186.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=43.22%
G=18.99%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910520900.560.130.06313.4380.7267.45
HexEF69D1038D61395143
Octal357151321070156471121103
Binary111011111101001110100010111000110111010011100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69D1; }

 p { color: rgb(239,105,209); }

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

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

 a { background-color: rgb(239,105,209); }

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

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

 span { border-color: rgb(239,105,209); }

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