Html Css Color HEX #E15AEE Free Speech Magenta

📋 copy color: '#E15AEE'

red 225 ◦ green 90 ◦ blue 238

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

Shades of Free Speech Magenta #E15AEE

Tints of Free Speech Magenta #E15AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 40.69%
G = 16.27%
B = 43.04%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E15AEE (or 0xE15AEE) is known color: Free Speech Magenta. HEX triplet: E1, 5A and EE. RGB value is (225,90,238). Sum of RGB (Red+Green+Blue) = 225+90+238=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #E15AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15AEE is #1EA511. Grayscale: #929292. Windows color (decimal): -2008338 or 15620833. OLE color: 15620833.

HSL color Cylindrical-coordinate representation of color #E15AEE: hue angle of 294.73º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15AEE is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 90 238 -
CMYK 0.05 0.62 0 0.07
HSL 294.73º 0.81% 0.64% -
HSV(B) 294.73º 0.62% 0.93% -
XYZ 50.14 29.49 83.94 -
YUV 147.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 225 90 238 0.05 0.62 0 0.07 294.73 0.81 0.64
Hex E1 5A EE 5 3E 0 7 127 51 40
Octal 341 132 356 5 76 0 7 447 121 100
Binary 11100001 1011010 11101110 101 111110 0 111 100100111 1010001 1000000

Color Harmonies of #E15AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15AEE

Black with #E15AEE

Text Example


Text Example

White with #E15AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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