#EF61D4

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

Shades of Free Speech Magenta #EF61D4

Tints of Free Speech Magenta #EF61D4

Color information

#EF61D4 (or 0xEF61D4) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 61 and D4. RGB value is (239,97,212). Sum of RGB (Red+Green+Blue) = 239+97+212=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61D4 is #109E2B. Grayscale: #989898. Windows color (decimal): -1089068 or 13918703. OLE color: 13918703.

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

Color convert

RGB23997212-
CMYK00.590.110.06
HSL311.41º81.61%65.88%-
HSV(B)311.41º59.41%93.73%-
XYZ51.7531.6565.67-
YUV152.57161.54189.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=43.61%
G=17.70%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399721200.590.110.06311.4181.6165.88
HexEF61D403BB61375242
Octal357141324073136467122102
Binary111011111100001110101000111011101111010011011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61D4; }

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

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

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

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

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

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

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

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