#E454CD

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

Shades of Free Speech Magenta #E454CD

Tints of Free Speech Magenta #E454CD

Color information

#E454CD (or 0xE454CD) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 54 and CD. RGB value is (228,84,205). Sum of RGB (Red+Green+Blue) = 228+84+205=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E454CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454CD is #1BAB32. Grayscale: #8C8C8C. Windows color (decimal): -1813299 or 13456612. OLE color: 13456612.

HSL color Cylindrical-coordinate representation of color #E454CD: hue angle of 309.58º 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 #E454CD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB22884205-
CMYK00.630.100.11
HSL309.58º72.73%61.18%-
HSV(B)309.58º63.16%89.41%-
XYZ46.1827.2460.58-
YUV140.85164.21190.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 16.25%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=44.10%
G=16.25%
B=39.65%

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
Decimal2288420500.630.100.11309.5872.7361.18
HexE454CD03FAB136493d
Octal344124315077121346611175
Binary111001001010100110011010111111101010111001101101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E454CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E454CD; }

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

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

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

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

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

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

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

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