#ef69e3

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

Shades of Free Speech Magenta #EF69E3

Tints of Free Speech Magenta #EF69E3

Color information

#EF69E3 (or 0xEF69E3) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 69 and E3. RGB value is (239,105,227). Sum of RGB (Red+Green+Blue) = 239+105+227=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69E3 is #10961C. Grayscale: #9E9E9E. Windows color (decimal): -1087005 or 14903791. OLE color: 14903791.

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

Color convert

RGB239105227-
CMYK00.560.050.06
HSL305.37º80.72%67.45%-
HSV(B)305.37º56.07%93.73%-
XYZ54.513476.36-
YUV158.97166.39185.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 105 (41.41% from 255) = 18.39%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=41.86%
G=18.39%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910522700.560.050.06305.3780.7267.45
HexEF69E3038561315143
Octal35715134307056461121103
Binary11101111110100111100011011100010111010011000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef69e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef69e3; }

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

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

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

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

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

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

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

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