#EA4AC7

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

Shades of Free Speech Magenta #EA4AC7

Tints of Free Speech Magenta #EA4AC7

Color information

#EA4AC7 (or 0xEA4AC7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4A and C7. RGB value is (234,74,199). Sum of RGB (Red+Green+Blue) = 234+74+199=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4AC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4AC7 is #15B538. Grayscale: #878787. Windows color (decimal): -1422649 or 13060842. OLE color: 13060842.

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

Color convert

RGB23474199-
CMYK00.680.150.08
HSL313.12º79.21%60.39%-
HSV(B)313.12º68.38%91.76%-
XYZ46.6926.5156.69-
YUV136.09163.51197.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 199 (78.12% from 255) = 39.25%
R=46.15%
G=14.60%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347419900.680.150.08313.1279.2160.39
HexEA4AC7044F81394f3c
Octal3521123070104171047111774
Binary1110101010010101100011101000100111110001001110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4AC7; }

 p { color: rgb(234,74,199); }

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

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

 a { background-color: rgb(234,74,199); }

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

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

 span { border-color: rgb(234,74,199); }

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