#EA46DC

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

Shades of Free Speech Magenta #EA46DC

Tints of Free Speech Magenta #EA46DC

Color information

#EA46DC (or 0xEA46DC) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 46 and DC. RGB value is (234,70,220). Sum of RGB (Red+Green+Blue) = 234+70+220=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46DC is #15B923. Grayscale: #878787. Windows color (decimal): -1423652 or 14436074. OLE color: 14436074.

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

Color convert

RGB23470220-
CMYK00.700.060.08
HSL305.12º79.61%59.61%-
HSV(B)305.12º70.09%91.76%-
XYZ49.0427.0470.34-
YUV136.14175.33197.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 70 (27.73% from 255) = 13.36%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=44.66%
G=13.36%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347022000.700.060.08305.1279.6159.61
HexEA46DC04668131503c
Octal352106334010661046112074
Binary111010101000110110111000100011011010001001100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46DC; }

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

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

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

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

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

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

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

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