#ED4ECB

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

Shades of Free Speech Magenta #ED4ECB

Tints of Free Speech Magenta #ED4ECB

Color information

#ED4ECB (or 0xED4ECB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4E and CB. RGB value is (237,78,203). Sum of RGB (Red+Green+Blue) = 237+78+203=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4ECB is #12B134. Grayscale: #8B8B8B. Windows color (decimal): -1225013 or 13324013. OLE color: 13324013.

HSL color Cylindrical-coordinate representation of color #ED4ECB: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4ECB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23778203-
CMYK00.670.140.07
HSL312.83º81.54%61.76%-
HSV(B)312.83º67.09%92.94%-
XYZ48.4327.7759.31-
YUV139.79163.68197.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 78 (30.86% from 255) = 15.06%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=45.75%
G=15.06%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377820300.670.140.07312.8381.5461.76
HexED4ECB043E7139523e
Octal355116313010316747112276
Binary111011011001110110010110100001111101111001110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4ECB; }

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

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

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

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

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

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

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

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