#EF62D8

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

Shades of Free Speech Magenta #EF62D8

Tints of Free Speech Magenta #EF62D8

Color information

#EF62D8 (or 0xEF62D8) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 62 and D8. RGB value is (239,98,216). Sum of RGB (Red+Green+Blue) = 239+98+216=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62D8 is #109D27. Grayscale: #999999. Windows color (decimal): -1088808 or 14181103. OLE color: 14181103.

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

Color convert

RGB23998216-
CMYK00.590.100.06
HSL309.79º81.5%66.08%-
HSV(B)309.79º59%93.73%-
XYZ52.3632.0468.39-
YUV153.61163.21188.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=43.22%
G=17.72%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399821600.590.100.06309.7981.566.08
HexEF62D803BA61365242
Octal357142330073126466122102
Binary111011111100010110110000111011101011010011011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF62D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF62D8; }

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

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

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

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

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

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

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

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