#E665DC

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

Shades of Free Speech Magenta #E665DC

Tints of Free Speech Magenta #E665DC

Color information

#E665DC (or 0xE665DC) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 65 and DC. RGB value is (230,101,220). Sum of RGB (Red+Green+Blue) = 230+101+220=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E665DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665DC is #199A23. Grayscale: #989898. Windows color (decimal): -1677860 or 14444006. OLE color: 14444006.

HSL color Cylindrical-coordinate representation of color #E665DC: hue angle of 304.65º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665DC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230101220-
CMYK00.560.040.10
HSL304.65º72.07%64.9%-
HSV(B)304.65º56.09%90.2%-
XYZ50.2131.371.11-
YUV153.14165.74182.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.74%
GREEN value IS 101 (39.84% from 255) = 18.33%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=41.74%
G=18.33%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010122000.560.040.10304.6572.0764.9
HexE665DC0384A1314841
Octal346145334070412461110101
Binary111001101100101110111000111000100101010011000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E665DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E665DC; }

 p { color: rgb(230,101,220); }

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

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

 a { background-color: rgb(230,101,220); }

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

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

 span { border-color: rgb(230,101,220); }

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