#EF50CB

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

Shades of Free Speech Magenta #EF50CB

Tints of Free Speech Magenta #EF50CB

Color information

#EF50CB (or 0xEF50CB) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 50 and CB. RGB value is (239,80,203). Sum of RGB (Red+Green+Blue) = 239+80+203=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50CB is #10AF34. Grayscale: #8D8D8D. Windows color (decimal): -1093429 or 13324527. OLE color: 13324527.

HSL color Cylindrical-coordinate representation of color #EF50CB: hue angle of 313.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50CB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB23980203-
CMYK00.670.150.06
HSL313.58º83.25%62.55%-
HSV(B)313.58º66.53%93.73%-
XYZ49.2428.459.39-
YUV141.56162.68197.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=45.79%
G=15.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398020300.670.150.06313.5883.2562.55
HexEF50CB043F613a533f
Octal357120313010317647212377
Binary111011111010000110010110100001111111101001110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF50CB; }

 p { color: rgb(239,80,203); }

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

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

 a { background-color: rgb(239,80,203); }

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

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

 span { border-color: rgb(239,80,203); }

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