#EF61EB

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

Shades of Free Speech Magenta #EF61EB

Tints of Free Speech Magenta #EF61EB

Color information

#EF61EB (or 0xEF61EB) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 61 and EB. RGB value is (239,97,235). Sum of RGB (Red+Green+Blue) = 239+97+235=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 97 (38.28% from 255 or 16.99% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61EB is #109E14. Grayscale: #9A9A9A. Windows color (decimal): -1089045 or 15426031. OLE color: 15426031.

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

Color convert

RGB23997235-
CMYK00.590.020.06
HSL301.69º81.61%65.88%-
HSV(B)301.69º59.41%93.73%-
XYZ54.8732.982.06-
YUV155.19173.04187.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 97 (38.28% from 255) = 16.99%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=41.86%
G=16.99%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399723500.590.020.06301.6981.6165.88
HexEF61EB03B2612e5242
Octal35714135307326456122102
Binary1110111111000011110101101110111011010010111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61EB; }

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

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

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

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

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

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

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

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