#E165D1

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

Shades of Free Speech Magenta #E165D1

Tints of Free Speech Magenta #E165D1

Color information

#E165D1 (or 0xE165D1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 65 and D1. RGB value is (225,101,209). Sum of RGB (Red+Green+Blue) = 225+101+209=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E165D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165D1 is #1E9A2E. Grayscale: #969696. Windows color (decimal): -2005551 or 13723105. OLE color: 13723105.

HSL color Cylindrical-coordinate representation of color #E165D1: hue angle of 307.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165D1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225101209-
CMYK00.550.070.12
HSL307.74º67.39%63.92%-
HSV(B)307.74º55.11%88.24%-
XYZ47.2129.9263.61-
YUV150.39161.08181.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 209 (82.03% from 255) = 39.07%
R=42.06%
G=18.88%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510120900.550.070.12307.7467.3963.92
HexE165D10377C1344340
Octal341145321067714464103100
Binary111000011100101110100010110111111110010011010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165D1; }

 p { color: rgb(225,101,209); }

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

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

 a { background-color: rgb(225,101,209); }

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

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

 span { border-color: rgb(225,101,209); }

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