#e23adc

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

Shades of Free Speech Magenta #E23ADC

Tints of Free Speech Magenta #E23ADC

Color information

#E23ADC (or 0xE23ADC) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 3A and DC. RGB value is (226,58,220). Sum of RGB (Red+Green+Blue) = 226+58+220=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ADC is #1DC523. Grayscale: #7E7E7E. Windows color (decimal): -1951012 or 14432994. OLE color: 14432994.

HSL color Cylindrical-coordinate representation of color #E23ADC: hue angle of 302.14º 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 #E23ADC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22658220-
CMYK00.740.030.11
HSL302.14º74.34%55.69%-
HSV(B)302.14º74.34%88.63%-
XYZ45.824.3670-
YUV126.7180.66198.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 58 (23.05% from 255) = 11.51%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=44.84%
G=11.51%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265822000.740.030.11302.1474.3455.69
HexE23ADC04A3B12e4a38
Octal34272334011231345611270
Binary1110001011101011011100010010101110111001011101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e23adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e23adc; }

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

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

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

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

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

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

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

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