#EA66E1

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

Shades of Free Speech Magenta #EA66E1

Tints of Free Speech Magenta #EA66E1

Color information

#EA66E1 (or 0xEA66E1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 66 and E1. RGB value is (234,102,225). Sum of RGB (Red+Green+Blue) = 234+102+225=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66E1 is #15991E. Grayscale: #9B9B9B. Windows color (decimal): -1415455 or 14771946. OLE color: 14771946.

HSL color Cylindrical-coordinate representation of color #EA66E1: hue angle of 304.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA66E1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234102225-
CMYK00.560.040.08
HSL304.09º75.86%65.88%-
HSV(B)304.09º56.41%91.76%-
XYZ52.2732.4374.74-
YUV155.49167.23184-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 102 (40.23% from 255) = 18.18%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=41.71%
G=18.18%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410222500.560.040.08304.0975.8665.88
HexEA66E1038481304c42
Octal352146341070410460114102
Binary111010101100110111000010111000100100010011000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66E1; }

 p { color: rgb(234,102,225); }

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

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

 a { background-color: rgb(234,102,225); }

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

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

 span { border-color: rgb(234,102,225); }

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