#ED4ACF

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

Shades of Free Speech Magenta #ED4ACF

Tints of Free Speech Magenta #ED4ACF

Color information

#ED4ACF (or 0xED4ACF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4A and CF. RGB value is (237,74,207). Sum of RGB (Red+Green+Blue) = 237+74+207=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4ACF is #12B530. Grayscale: #898989. Windows color (decimal): -1226033 or 13585133. OLE color: 13585133.

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

Color convert

RGB23774207-
CMYK00.690.130.07
HSL311.04º81.91%60.98%-
HSV(B)311.04º68.78%92.94%-
XYZ48.6427.4161.76-
YUV137.9167198.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 74 (29.30% from 255) = 14.29%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=45.75%
G=14.29%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377420700.690.130.07311.0481.9160.98
HexED4ACF045D7137523d
Octal355112317010515746712275
Binary111011011001010110011110100010111011111001101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4ACF; }

 p { color: rgb(237,74,207); }

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

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

 a { background-color: rgb(237,74,207); }

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

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

 span { border-color: rgb(237,74,207); }

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