#EF63CD

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

Shades of Free Speech Magenta #EF63CD

Tints of Free Speech Magenta #EF63CD

Color information

#EF63CD (or 0xEF63CD) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 63 and CD. RGB value is (239,99,205). Sum of RGB (Red+Green+Blue) = 239+99+205=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63CD is #109C32. Grayscale: #989898. Windows color (decimal): -1088563 or 13460463. OLE color: 13460463.

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

Color convert

RGB23999205-
CMYK00.590.140.06
HSL314.57º81.4%66.27%-
HSV(B)314.57º58.58%93.73%-
XYZ51.0831.6861.18-
YUV152.94157.38189.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 99 (39.06% from 255) = 18.23%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=44.01%
G=18.23%
B=37.75%

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
Decimal2399920500.590.140.06314.5781.466.27
HexEF63CD03BE613b5142
Octal357143315073166473121102
Binary111011111100011110011010111011111011010011101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF63CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF63CD; }

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

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

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

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

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

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

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

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