#E662CD

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

Shades of Free Speech Magenta #E662CD

Tints of Free Speech Magenta #E662CD

Color information

#E662CD (or 0xE662CD) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 62 and CD. RGB value is (230,98,205). Sum of RGB (Red+Green+Blue) = 230+98+205=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E662CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E662CD is #199D32. Grayscale: #959595. Windows color (decimal): -1678643 or 13460198. OLE color: 13460198.

HSL color Cylindrical-coordinate representation of color #E662CD: hue angle of 311.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E662CD is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB23098205-
CMYK00.570.110.10
HSL311.36º72.53%64.31%-
HSV(B)311.36º57.39%90.2%-
XYZ48.0229.9761.01-
YUV149.67159.23185.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 98 (38.67% from 255) = 18.39%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=43.15%
G=18.39%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309820500.570.110.10311.3672.5364.31
HexE662CD039BA1374940
Octal3461423150711312467111100
Binary1110011011000101100110101110011011101010011011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E662CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E662CD; }

 p { color: rgb(230,98,205); }

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

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

 a { background-color: rgb(230,98,205); }

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

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

 span { border-color: rgb(230,98,205); }

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