#EA68D6

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

Shades of Free Speech Magenta #EA68D6

Tints of Free Speech Magenta #EA68D6

Color information

#EA68D6 (or 0xEA68D6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 68 and D6. RGB value is (234,104,214). Sum of RGB (Red+Green+Blue) = 234+104+214=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68D6 is #159729. Grayscale: #9B9B9B. Windows color (decimal): -1414954 or 14051562. OLE color: 14051562.

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

Color convert

RGB234104214-
CMYK00.560.090.08
HSL309.23º75.58%66.27%-
HSV(B)309.23º55.56%91.76%-
XYZ51.0232.2567.15-
YUV155.41161.07184.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 104 (41.02% from 255) = 18.84%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=42.39%
G=18.84%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410421400.560.090.08309.2375.5866.27
HexEA68D6038981354c42
Octal3521503260701110465114102
Binary1110101011010001101011001110001001100010011010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68D6; }

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

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

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

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

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

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

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

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