Html Css Color HEX #E15ADC Free Speech Magenta

📋 copy color: '#E15ADC'

red 225 ◦ green 90 ◦ blue 220

#E15ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E15ADC

Tints of Free Speech Magenta #E15ADC

RGB

 RED value IS 225 (88.28% from 255) = 42.06%

 GREEN value IS 90 (35.55% from 255) = 16.82%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 42.06%
G = 16.82%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E15ADC (or 0xE15ADC) is known color: Free Speech Magenta. HEX triplet: E1, 5A and DC. RGB value is (225,90,220). Sum of RGB (Red+Green+Blue) = 225+90+220=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADC is #1EA523. Grayscale: #909090. Windows color (decimal): -2008356 or 14441185. OLE color: 14441185.

HSL color Cylindrical-coordinate representation of color #E15ADC: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15ADC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 220 -
CMYK 0 0.60 0.02 0.12
HSL 302.22º 0.69% 0.62% -
HSV(B) 302.22º 0.6% 0.88% -
XYZ 47.63 28.49 70.7 -
YUV 145.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 225 90 220 0 0.60 0.02 0.12 302.22 0.69 0.62
Hex E1 5A DC 0 3C 2 C 12E 45 3E
Octal 341 132 334 0 74 2 14 456 105 76
Binary 11100001 1011010 11011100 0 111100 10 1100 100101110 1000101 111110

Color Harmonies of #E15ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ADC

Black with #E15ADC

Text Example


Text Example

White with #E15ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ADC; }

 p { color: rgb(225,90,220); }

 H1.HeaderClassName
 {
   color: #E15ADC;
 }
 .AnyTagClassName
 {
   color: #E15ADC;
 }
</style>

background-color css

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

 a { background-color: rgb(225,90,220); }

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

border-color css

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

 span { border-color: rgb(225,90,220); }

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