#EB55D6

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

Shades of Free Speech Magenta #EB55D6

Tints of Free Speech Magenta #EB55D6

Color information

#EB55D6 (or 0xEB55D6) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 55 and D6. RGB value is (235,85,214). Sum of RGB (Red+Green+Blue) = 235+85+214=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55D6 is #14AA29. Grayscale: #909090. Windows color (decimal): -1354282 or 14046699. OLE color: 14046699.

HSL color Cylindrical-coordinate representation of color #EB55D6: hue angle of 308.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB55D6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23585214-
CMYK00.640.090.08
HSL308.4º78.95%62.75%-
HSV(B)308.4º63.83%92.16%-
XYZ49.6529.0166.6-
YUV144.56167.2192.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 85 (33.59% from 255) = 15.92%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=44.01%
G=15.92%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358521400.640.090.08308.478.9562.75
HexEB55D6040981344f3f
Octal3531253260100111046411777
Binary1110101110101011101011001000000100110001001101001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB55D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB55D6; }

 p { color: rgb(235,85,214); }

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

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

 a { background-color: rgb(235,85,214); }

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

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

 span { border-color: rgb(235,85,214); }

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