#ED4CDB

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

Shades of Free Speech Magenta #ED4CDB

Tints of Free Speech Magenta #ED4CDB

Color information

#ED4CDB (or 0xED4CDB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4C and DB. RGB value is (237,76,219). Sum of RGB (Red+Green+Blue) = 237+76+219=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CDB is #12B324. Grayscale: #8C8C8C. Windows color (decimal): -1225509 or 14372077. OLE color: 14372077.

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

Color convert

RGB23776219-
CMYK00.680.080.07
HSL306.71º81.73%61.37%-
HSV(B)306.71º67.93%92.94%-
XYZ50.328.2969.83-
YUV140.44172.34196.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 76 (30.08% from 255) = 14.29%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=44.55%
G=14.29%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377621900.680.080.07306.7181.7361.37
HexED4CDB04487133523d
Octal355114333010410746312275
Binary111011011001100110110110100010010001111001100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4CDB; }

 p { color: rgb(237,76,219); }

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

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

 a { background-color: rgb(237,76,219); }

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

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

 span { border-color: rgb(237,76,219); }

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