#e165cc

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

Shades of Free Speech Magenta #E165CC

Tints of Free Speech Magenta #E165CC

Color information

#E165CC (or 0xE165CC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 65 and CC. RGB value is (225,101,204). Sum of RGB (Red+Green+Blue) = 225+101+204=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E165CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165CC is #1E9A33. Grayscale: #959595. Windows color (decimal): -2005556 or 13395425. OLE color: 13395425.

HSL color Cylindrical-coordinate representation of color #E165CC: hue angle of 310.16º 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 #E165CC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225101204-
CMYK00.550.090.12
HSL310.16º67.39%63.92%-
HSV(B)310.16º55.11%88.24%-
XYZ46.629.6760.4-
YUV149.82158.58181.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.45%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=42.45%
G=19.06%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510120400.550.090.12310.1667.3963.92
HexE165CC0379C1364340
Octal3411453140671114466103100
Binary1110000111001011100110001101111001110010011011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e165cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e165cc; }

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

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

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

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

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

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

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

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