#ef6cd6

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

Shades of Free Speech Magenta #EF6CD6

Tints of Free Speech Magenta #EF6CD6

Color information

#EF6CD6 (or 0xEF6CD6) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6C and D6. RGB value is (239,108,214). Sum of RGB (Red+Green+Blue) = 239+108+214=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CD6 is #109329. Grayscale: #9E9E9E. Windows color (decimal): -1086250 or 14052591. OLE color: 14052591.

HSL color Cylindrical-coordinate representation of color #EF6CD6: hue angle of 311.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CD6 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239108214-
CMYK00.550.100.06
HSL311.45º80.37%68.04%-
HSV(B)311.45º54.81%93.73%-
XYZ53.133.9367.37-
YUV159.25158.9184.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 108 (42.58% from 255) = 19.25%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=42.60%
G=19.25%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910821400.550.100.06311.4580.3768.04
HexEF6CD6037A61375044
Octal357154326067126467120104
Binary111011111101100110101100110111101011010011011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef6cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef6cd6; }

 p { color: rgb(239,108,214); }

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

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

 a { background-color: rgb(239,108,214); }

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

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

 span { border-color: rgb(239,108,214); }

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