#EA46DD

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

Shades of Free Speech Magenta #EA46DD

Tints of Free Speech Magenta #EA46DD

Color information

#EA46DD (or 0xEA46DD) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 46 and DD. RGB value is (234,70,221). Sum of RGB (Red+Green+Blue) = 234+70+221=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 70 (27.73% from 255 or 13.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA46DD is #15B922. Grayscale: #878787. Windows color (decimal): -1423651 or 14501610. OLE color: 14501610.

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

Color convert

RGB23470221-
CMYK00.700.060.08
HSL304.76º79.61%59.61%-
HSV(B)304.76º70.09%91.76%-
XYZ49.1727.0971.04-
YUV136.25175.83197.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 70 (27.73% from 255) = 13.33%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=44.57%
G=13.33%
B=42.10%

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
Decimal2347022100.700.060.08304.7679.6159.61
HexEA46DD04668131503c
Octal352106335010661046112074
Binary111010101000110110111010100011011010001001100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46DD; }

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

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

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

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

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

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

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

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