#EF62EA

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

Shades of Free Speech Magenta #EF62EA

Tints of Free Speech Magenta #EF62EA

Color information

#EF62EA (or 0xEF62EA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 62 and EA. RGB value is (239,98,234). Sum of RGB (Red+Green+Blue) = 239+98+234=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62EA is #109D15. Grayscale: #9B9B9B. Windows color (decimal): -1088790 or 15360751. OLE color: 15360751.

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

Color convert

RGB23998234-
CMYK00.590.020.06
HSL302.13º81.5%66.08%-
HSV(B)302.13º59%93.73%-
XYZ54.8233.0381.33-
YUV155.66172.21187.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 98 (38.67% from 255) = 17.16%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=41.86%
G=17.16%
B=40.98%

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
Decimal2399823400.590.020.06302.1381.566.08
HexEF62EA03B2612e5242
Octal35714235207326456122102
Binary1110111111000101110101001110111011010010111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF62EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF62EA; }

 p { color: rgb(239,98,234); }

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

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

 a { background-color: rgb(239,98,234); }

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

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

 span { border-color: rgb(239,98,234); }

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