#E450CF

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

Shades of Free Speech Magenta #E450CF

Tints of Free Speech Magenta #E450CF

Color information

#E450CF (or 0xE450CF) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 50 and CF. RGB value is (228,80,207). Sum of RGB (Red+Green+Blue) = 228+80+207=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E450CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450CF is #1BAF30. Grayscale: #8A8A8A. Windows color (decimal): -1814321 or 13586660. OLE color: 13586660.

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

Color convert

RGB22880207-
CMYK00.650.090.11
HSL308.51º73.27%60.39%-
HSV(B)308.51º64.91%89.41%-
XYZ46.1326.7461.76-
YUV138.73166.53191.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.27%
GREEN value IS 80 (31.64% from 255) = 15.53%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=44.27%
G=15.53%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288020700.650.090.11308.5173.2760.39
HexE450CF0419B135493c
Octal3441203170101111346511174
Binary1110010010100001100111101000001100110111001101011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E450CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E450CF; }

 p { color: rgb(228,80,207); }

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

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

 a { background-color: rgb(228,80,207); }

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

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

 span { border-color: rgb(228,80,207); }

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