#E455CD

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

Shades of Free Speech Magenta #E455CD

Tints of Free Speech Magenta #E455CD

Color information

#E455CD (or 0xE455CD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 55 and CD. RGB value is (228,85,205). Sum of RGB (Red+Green+Blue) = 228+85+205=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E455CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455CD is #1BAA32. Grayscale: #8D8D8D. Windows color (decimal): -1813043 or 13456868. OLE color: 13456868.

HSL color Cylindrical-coordinate representation of color #E455CD: hue angle of 309.65º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455CD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB22885205-
CMYK00.630.100.11
HSL309.65º72.59%61.37%-
HSV(B)309.65º62.72%89.41%-
XYZ46.2627.460.61-
YUV141.44163.88189.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=44.02%
G=16.41%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288520500.630.100.11309.6572.5961.37
HexE455CD03FAB136493d
Octal344125315077121346611175
Binary111001001010101110011010111111101010111001101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455CD; }

 p { color: rgb(228,85,205); }

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

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

 a { background-color: rgb(228,85,205); }

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

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

 span { border-color: rgb(228,85,205); }

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