#E23ADA

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

Shades of Free Speech Magenta #E23ADA

Tints of Free Speech Magenta #E23ADA

Color information

#E23ADA (or 0xE23ADA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 3A and DA. RGB value is (226,58,218). Sum of RGB (Red+Green+Blue) = 226+58+218=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ADA is #1DC525. Grayscale: #7E7E7E. Windows color (decimal): -1951014 or 14301922. OLE color: 14301922.

HSL color Cylindrical-coordinate representation of color #E23ADA: hue angle of 302.86º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23ADA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB22658218-
CMYK00.740.040.11
HSL302.86º74.34%55.69%-
HSV(B)302.86º74.34%88.63%-
XYZ45.5324.2668.61-
YUV126.47179.66198.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 58 (23.05% from 255) = 11.55%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=45.02%
G=11.55%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265821800.740.040.11302.8674.3455.69
HexE23ADA04A4B12f4a38
Octal34272332011241345711270
Binary11100010111010110110100100101010010111001011111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23ADA; }

 p { color: rgb(226,58,218); }

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

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

 a { background-color: rgb(226,58,218); }

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

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

 span { border-color: rgb(226,58,218); }

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