#E464D5

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

Shades of Free Speech Magenta #E464D5

Tints of Free Speech Magenta #E464D5

Color information

#E464D5 (or 0xE464D5) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 64 and D5. RGB value is (228,100,213). Sum of RGB (Red+Green+Blue) = 228+100+213=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E464D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464D5 is #1B9B2A. Grayscale: #969696. Windows color (decimal): -1809195 or 13984996. OLE color: 13984996.

HSL color Cylindrical-coordinate representation of color #E464D5: hue angle of 307.03º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464D5 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB228100213-
CMYK00.560.070.11
HSL307.03º70.33%64.31%-
HSV(B)307.03º56.14%89.41%-
XYZ48.5630.4166.26-
YUV151.15162.91182.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.14%
GREEN value IS 100 (39.45% from 255) = 18.48%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=42.14%
G=18.48%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810021300.560.070.11307.0370.3364.31
HexE464D50387B1334640
Octal344144325070713463106100
Binary111001001100100110101010111000111101110011001110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E464D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E464D5; }

 p { color: rgb(228,100,213); }

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

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

 a { background-color: rgb(228,100,213); }

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

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

 span { border-color: rgb(228,100,213); }

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