#e066c7

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

Shades of Free Speech Magenta #E066C7

Tints of Free Speech Magenta #E066C7

Color information

#E066C7 (or 0xE066C7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 66 and C7. RGB value is (224,102,199). Sum of RGB (Red+Green+Blue) = 224+102+199=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E066C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066C7 is #1F9938. Grayscale: #959595. Windows color (decimal): -2070841 or 13068000. OLE color: 13068000.

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

Color convert

RGB224102199-
CMYK00.540.110.12
HSL312.3º66.3%63.92%-
HSV(B)312.3º54.46%87.84%-
XYZ45.829.4757.31-
YUV149.54155.92181.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 199 (78.12% from 255) = 37.90%
R=42.67%
G=19.43%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410219900.540.110.12312.366.363.92
HexE066C7036BC1384240
Octal3401463070661314470102100
Binary1110000011001101100011101101101011110010011100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e066c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e066c7; }

 p { color: rgb(224,102,199); }

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

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

 a { background-color: rgb(224,102,199); }

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

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

 span { border-color: rgb(224,102,199); }

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