#EF69DE

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

Shades of Free Speech Magenta #EF69DE

Tints of Free Speech Magenta #EF69DE

Color information

#EF69DE (or 0xEF69DE) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 69 and DE. RGB value is (239,105,222). Sum of RGB (Red+Green+Blue) = 239+105+222=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69DE is #109621. Grayscale: #9E9E9E. Windows color (decimal): -1087010 or 14576111. OLE color: 14576111.

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

Color convert

RGB239105222-
CMYK00.560.070.06
HSL307.61º80.72%67.45%-
HSV(B)307.61º56.07%93.73%-
XYZ53.8333.7372.78-
YUV158.4163.89185.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 105 (41.41% from 255) = 18.55%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=42.23%
G=18.55%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910522200.560.070.06307.6180.7267.45
HexEF69DE038761345143
Octal35715133607076464121103
Binary11101111110100111011110011100011111010011010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69DE; }

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

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

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

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

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

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

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

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