#EA68D1

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

Shades of Free Speech Magenta #EA68D1

Tints of Free Speech Magenta #EA68D1

Color information

#EA68D1 (or 0xEA68D1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 68 and D1. RGB value is (234,104,209). Sum of RGB (Red+Green+Blue) = 234+104+209=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68D1 is #15972E. Grayscale: #9A9A9A. Windows color (decimal): -1414959 or 13723882. OLE color: 13723882.

HSL color Cylindrical-coordinate representation of color #EA68D1: hue angle of 311.54º 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 #EA68D1 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234104209-
CMYK00.560.110.08
HSL311.54º75.58%66.27%-
HSV(B)311.54º55.56%91.76%-
XYZ50.393263.84-
YUV154.84158.57184.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=42.78%
G=19.01%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410420900.560.110.08311.5475.5866.27
HexEA68D1038B81384c42
Octal3521503210701310470114102
Binary1110101011010001101000101110001011100010011100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68D1; }

 p { color: rgb(234,104,209); }

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

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

 a { background-color: rgb(234,104,209); }

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

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

 span { border-color: rgb(234,104,209); }

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