#E465D7

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

Shades of Free Speech Magenta #E465D7

Tints of Free Speech Magenta #E465D7

Color information

#E465D7 (or 0xE465D7) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 65 and D7. RGB value is (228,101,215). Sum of RGB (Red+Green+Blue) = 228+101+215=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E465D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465D7 is #1B9A28. Grayscale: #979797. Windows color (decimal): -1808937 or 14116324. OLE color: 14116324.

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

Color convert

RGB228101215-
CMYK00.560.060.11
HSL306.14º70.17%64.51%-
HSV(B)306.14º55.7%89.41%-
XYZ48.9130.7167.64-
YUV151.97163.58182.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=41.91%
G=18.57%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810121500.560.060.11306.1470.1764.51
HexE465D70386B1324641
Octal344145327070613462106101
Binary111001001100101110101110111000110101110011001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E465D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E465D7; }

 p { color: rgb(228,101,215); }

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

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

 a { background-color: rgb(228,101,215); }

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

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

 span { border-color: rgb(228,101,215); }

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