#EF62CD

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

Shades of Free Speech Magenta #EF62CD

Tints of Free Speech Magenta #EF62CD

Color information

#EF62CD (or 0xEF62CD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 62 and CD. RGB value is (239,98,205). Sum of RGB (Red+Green+Blue) = 239+98+205=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62CD is #109D32. Grayscale: #989898. Windows color (decimal): -1088819 or 13460207. OLE color: 13460207.

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

Color convert

RGB23998205-
CMYK00.590.140.06
HSL314.47º81.5%66.08%-
HSV(B)314.47º59%93.73%-
XYZ50.9831.4961.15-
YUV152.36157.71189.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 98 (38.67% from 255) = 18.08%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=44.10%
G=18.08%
B=37.82%

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
Decimal2399820500.590.140.06314.4781.566.08
HexEF62CD03BE613a5242
Octal357142315073166472122102
Binary111011111100010110011010111011111011010011101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF62CD; }

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

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

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

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

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

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

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

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