#ef68da

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

Shades of Free Speech Magenta #EF68DA

Tints of Free Speech Magenta #EF68DA

Color information

#EF68DA (or 0xEF68DA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 68 and DA. RGB value is (239,104,218). Sum of RGB (Red+Green+Blue) = 239+104+218=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68DA is #109725. Grayscale: #9D9D9D. Windows color (decimal): -1087270 or 14313711. OLE color: 14313711.

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

Color convert

RGB239104218-
CMYK00.560.090.06
HSL309.33º80.84%67.25%-
HSV(B)309.33º56.49%93.73%-
XYZ53.233.3169.96-
YUV157.36162.23186.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 104 (41.02% from 255) = 18.54%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=42.60%
G=18.54%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910421800.560.090.06309.3380.8467.25
HexEF68DA038961355143
Octal357150332070116465121103
Binary111011111101000110110100111000100111010011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef68da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef68da; }

 p { color: rgb(239,104,218); }

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

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

 a { background-color: rgb(239,104,218); }

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

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

 span { border-color: rgb(239,104,218); }

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