Html Css Color HEX #E15ACE Free Speech Magenta

📋 copy color: '#E15ACE'

red 225 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #E15ACE

Tints of Free Speech Magenta #E15ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 43.19%
G = 17.27%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E15ACE (or 0xE15ACE) is known color: Free Speech Magenta. HEX triplet: E1, 5A and CE. RGB value is (225,90,206). Sum of RGB (Red+Green+Blue) = 225+90+206=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ACE is #1EA531. Grayscale: #8F8F8F. Windows color (decimal): -2008370 or 13523681. OLE color: 13523681.

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

Color convert

RGB 225 90 206 -
CMYK 0 0.60 0.08 0.12
HSL 308.44º 0.69% 0.62% -
HSV(B) 308.44º 0.6% 0.88% -
XYZ 45.85 27.78 61.34 -
YUV 143.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 225 90 206 0 0.60 0.08 0.12 308.44 0.69 0.62
Hex E1 5A CE 0 3C 8 C 134 45 3E
Octal 341 132 316 0 74 10 14 464 105 76
Binary 11100001 1011010 11001110 0 111100 1000 1100 100110100 1000101 111110

Color Harmonies of #E15ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ACE

Black with #E15ACE

Text Example


Text Example

White with #E15ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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