#EB54DC

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

Shades of Free Speech Magenta #EB54DC

Tints of Free Speech Magenta #EB54DC

Color information

#EB54DC (or 0xEB54DC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 54 and DC. RGB value is (235,84,220). Sum of RGB (Red+Green+Blue) = 235+84+220=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54DC is #14AB23. Grayscale: #909090. Windows color (decimal): -1354532 or 14439659. OLE color: 14439659.

HSL color Cylindrical-coordinate representation of color #EB54DC: hue angle of 305.96º 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 #EB54DC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23584220-
CMYK00.640.060.08
HSL305.96º79.06%62.55%-
HSV(B)305.96º64.26%92.16%-
XYZ50.3529.1770.69-
YUV144.65170.53192.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 84 (33.20% from 255) = 15.58%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=43.60%
G=15.58%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358422000.640.060.08305.9679.0662.55
HexEB54DC040681324f3f
Octal353124334010061046211777
Binary111010111010100110111000100000011010001001100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54DC; }

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

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

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

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

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

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

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

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