#EA46D4

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

Shades of Free Speech Magenta #EA46D4

Tints of Free Speech Magenta #EA46D4

Color information

#EA46D4 (or 0xEA46D4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 46 and D4. RGB value is (234,70,212). Sum of RGB (Red+Green+Blue) = 234+70+212=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46D4 is #15B92B. Grayscale: #868686. Windows color (decimal): -1423660 or 13911786. OLE color: 13911786.

HSL color Cylindrical-coordinate representation of color #EA46D4: hue angle of 308.05º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46D4 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23470212-
CMYK00.700.090.08
HSL308.05º79.61%59.61%-
HSV(B)308.05º70.09%91.76%-
XYZ48.0126.6364.9-
YUV135.22171.33198.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 70 (27.73% from 255) = 13.57%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=45.35%
G=13.57%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347021200.700.090.08308.0579.6159.61
HexEA46D404698134503c
Octal3521063240106111046412074
Binary1110101010001101101010001000110100110001001101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46D4; }

 p { color: rgb(234,70,212); }

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

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

 a { background-color: rgb(234,70,212); }

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

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

 span { border-color: rgb(234,70,212); }

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