#EA6ACE

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

Shades of Free Speech Magenta #EA6ACE

Tints of Free Speech Magenta #EA6ACE

Color information

#EA6ACE (or 0xEA6ACE) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 6A and CE. RGB value is (234,106,206). Sum of RGB (Red+Green+Blue) = 234+106+206=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ACE is #159531. Grayscale: #9B9B9B. Windows color (decimal): -1414450 or 13527786. OLE color: 13527786.

HSL color Cylindrical-coordinate representation of color #EA6ACE: hue angle of 313.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6ACE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234106206-
CMYK00.550.120.08
HSL313.12º75.29%66.67%-
HSV(B)313.12º54.7%91.76%-
XYZ50.2332.2661.97-
YUV155.67156.41183.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=42.86%
G=19.41%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410620600.550.120.08313.1275.2966.67
HexEA6ACE037C81394b43
Octal3521523160671410471113103
Binary1110101011010101100111001101111100100010011100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6ACE; }

 p { color: rgb(234,106,206); }

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

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

 a { background-color: rgb(234,106,206); }

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

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

 span { border-color: rgb(234,106,206); }

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