#E055DA

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

Shades of Free Speech Magenta #E055DA

Tints of Free Speech Magenta #E055DA

Color information

#E055DA (or 0xE055DA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 55 and DA. RGB value is (224,85,218). Sum of RGB (Red+Green+Blue) = 224+85+218=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E055DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055DA is #1FAA25. Grayscale: #8D8D8D. Windows color (decimal): -2075174 or 14308832. OLE color: 14308832.

HSL color Cylindrical-coordinate representation of color #E055DA: hue angle of 302.59º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055DA is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22485218-
CMYK00.620.030.12
HSL302.59º69.15%60.59%-
HSV(B)302.59º62.05%87.84%-
XYZ46.6427.4169.16-
YUV141.72171.05186.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 85 (33.59% from 255) = 16.13%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=42.50%
G=16.13%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248521800.620.030.12302.5969.1560.59
HexE055DA03E3C12f453d
Octal34012533207631445710575
Binary1110000010101011101101001111101111001001011111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E055DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E055DA; }

 p { color: rgb(224,85,218); }

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

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

 a { background-color: rgb(224,85,218); }

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

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

 span { border-color: rgb(224,85,218); }

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