#EF69DB

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

Shades of Free Speech Magenta #EF69DB

Tints of Free Speech Magenta #EF69DB

Color information

#EF69DB (or 0xEF69DB) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 69 and DB. RGB value is (239,105,219). Sum of RGB (Red+Green+Blue) = 239+105+219=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69DB is #109624. Grayscale: #9D9D9D. Windows color (decimal): -1087013 or 14379503. OLE color: 14379503.

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

Color convert

RGB239105219-
CMYK00.560.080.06
HSL308.96º80.72%67.45%-
HSV(B)308.96º56.07%93.73%-
XYZ53.4333.5770.68-
YUV158.06162.39185.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=42.45%
G=18.65%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910521900.560.080.06308.9680.7267.45
HexEF69DB038861355143
Octal357151333070106465121103
Binary111011111101001110110110111000100011010011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69DB; }

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

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

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

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

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

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

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

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