#E066DA

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

Shades of Free Speech Magenta #E066DA

Tints of Free Speech Magenta #E066DA

Color information

#E066DA (or 0xE066DA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 66 and DA. RGB value is (224,102,218). Sum of RGB (Red+Green+Blue) = 224+102+218=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E066DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E066DA is #1F9925. Grayscale: #979797. Windows color (decimal): -2070822 or 14313184. OLE color: 14313184.

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

Color convert

RGB224102218-
CMYK00.540.030.12
HSL302.95º66.3%63.92%-
HSV(B)302.95º54.46%87.84%-
XYZ48.1530.4169.66-
YUV151.7165.42179.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=41.18%
G=18.75%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410221800.540.030.12302.9566.363.92
HexE066DA0363C12f4240
Octal340146332066314457102100
Binary11100000110011011011010011011011110010010111110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E066DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E066DA; }

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

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

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

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

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

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

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

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