#EA68D8

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

Shades of Free Speech Magenta #EA68D8

Tints of Free Speech Magenta #EA68D8

Color information

#EA68D8 (or 0xEA68D8) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 68 and D8. RGB value is (234,104,216). Sum of RGB (Red+Green+Blue) = 234+104+216=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68D8 is #159727. Grayscale: #9B9B9B. Windows color (decimal): -1414952 or 14182634. OLE color: 14182634.

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

Color convert

RGB234104216-
CMYK00.560.080.08
HSL308.31º75.58%66.27%-
HSV(B)308.31º55.56%91.76%-
XYZ51.2832.3568.51-
YUV155.64162.07183.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 104 (41.02% from 255) = 18.77%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=42.24%
G=18.77%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410421600.560.080.08308.3175.5866.27
HexEA68D8038881344c42
Octal3521503300701010464114102
Binary1110101011010001101100001110001000100010011010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA68D8; }

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

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

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

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

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

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

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

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