#EF61CD

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

Shades of Free Speech Magenta #EF61CD

Tints of Free Speech Magenta #EF61CD

Color information

#EF61CD (or 0xEF61CD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 61 and CD. RGB value is (239,97,205). Sum of RGB (Red+Green+Blue) = 239+97+205=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61CD is #109E32. Grayscale: #979797. Windows color (decimal): -1089075 or 13459951. OLE color: 13459951.

HSL color Cylindrical-coordinate representation of color #EF61CD: hue angle of 314.37º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61CD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB23997205-
CMYK00.590.140.06
HSL314.37º81.61%65.88%-
HSV(B)314.37º59.41%93.73%-
XYZ50.8931.3161.12-
YUV151.77158.04190.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 97 (38.28% from 255) = 17.93%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=44.18%
G=17.93%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399720500.590.140.06314.3781.6165.88
HexEF61CD03BE613a5242
Octal357141315073166472122102
Binary111011111100001110011010111011111011010011101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61CD; }

 p { color: rgb(239,97,205); }

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

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

 a { background-color: rgb(239,97,205); }

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

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

 span { border-color: rgb(239,97,205); }

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