#EF67E7

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

Shades of Free Speech Magenta #EF67E7

Tints of Free Speech Magenta #EF67E7

Color information

#EF67E7 (or 0xEF67E7) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 67 and E7. RGB value is (239,103,231). Sum of RGB (Red+Green+Blue) = 239+103+231=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 103 (40.62% from 255 or 17.98% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67E7 is #109818. Grayscale: #9D9D9D. Windows color (decimal): -1087513 or 15165423. OLE color: 15165423.

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

Color convert

RGB239103231-
CMYK00.570.030.06
HSL303.53º80.95%67.06%-
HSV(B)303.53º56.9%93.73%-
XYZ54.8733.8279.24-
YUV158.26169.06185.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 103 (40.62% from 255) = 17.98%
BLUE value IS 231 (90.62% from 255) = 40.31%
R=41.71%
G=17.98%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910323100.570.030.06303.5380.9567.06
HexEF67E7039361305143
Octal35714734707136460121103
Binary1110111111001111110011101110011111010011000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF67E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF67E7; }

 p { color: rgb(239,103,231); }

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

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

 a { background-color: rgb(239,103,231); }

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

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

 span { border-color: rgb(239,103,231); }

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