#ED5FCB

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

Shades of Free Speech Magenta #ED5FCB

Tints of Free Speech Magenta #ED5FCB

Color information

#ED5FCB (or 0xED5FCB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 5F and CB. RGB value is (237,95,203). Sum of RGB (Red+Green+Blue) = 237+95+203=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5FCB is #12A034. Grayscale: #959595. Windows color (decimal): -1220661 or 13328365. OLE color: 13328365.

HSL color Cylindrical-coordinate representation of color #ED5FCB: hue angle of 314.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FCB is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23795203-
CMYK00.600.140.07
HSL314.37º79.78%65.1%-
HSV(B)314.37º59.92%92.94%-
XYZ49.830.559.76-
YUV149.77158.04190.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=44.30%
G=17.76%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379520300.600.140.07314.3779.7865.1
HexED5FCB03CE713a5041
Octal355137313074167472120101
Binary111011011011111110010110111100111011110011101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5FCB; }

 p { color: rgb(237,95,203); }

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

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

 a { background-color: rgb(237,95,203); }

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

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

 span { border-color: rgb(237,95,203); }

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