#EB4CDC

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

Shades of Free Speech Magenta #EB4CDC

Tints of Free Speech Magenta #EB4CDC

Color information

#EB4CDC (or 0xEB4CDC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4C and DC. RGB value is (235,76,220). Sum of RGB (Red+Green+Blue) = 235+76+220=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CDC is #14B323. Grayscale: #8B8B8B. Windows color (decimal): -1356580 or 14437611. OLE color: 14437611.

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

Color convert

RGB23576220-
CMYK00.680.060.08
HSL305.66º79.9%60.98%-
HSV(B)305.66º67.66%92.16%-
XYZ49.762870.49-
YUV139.96173.18195.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 76 (30.08% from 255) = 14.31%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=44.26%
G=14.31%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357622000.680.060.08305.6679.960.98
HexEB4CDC04468132503d
Octal353114334010461046212075
Binary111010111001100110111000100010011010001001100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4CDC; }

 p { color: rgb(235,76,220); }

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

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

 a { background-color: rgb(235,76,220); }

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

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

 span { border-color: rgb(235,76,220); }

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