Html Css Color HEX #E15EEE Free Speech Magenta

📋 copy color: '#E15EEE'

red 225 ◦ green 94 ◦ blue 238

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

Shades of Free Speech Magenta #E15EEE

Tints of Free Speech Magenta #E15EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.88%

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

R = 40.39%
G = 16.88%
B = 42.73%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E15EEE (or 0xE15EEE) is known color: Free Speech Magenta. HEX triplet: E1, 5E and EE. RGB value is (225,94,238). Sum of RGB (Red+Green+Blue) = 225+94+238=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #E15EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EEE is #1EA111. Grayscale: #959595. Windows color (decimal): -2007314 or 15621857. OLE color: 15621857.

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

Color convert

RGB 225 94 238 -
CMYK 0.05 0.61 0 0.07
HSL 294.58º 0.81% 0.65% -
HSV(B) 294.58º 0.61% 0.93% -
XYZ 50.49 30.19 84.05 -
YUV 149.59 177.9 181.79 -
System Red Green Blue C M Y K H S L
Decimal 225 94 238 0.05 0.61 0 0.07 294.58 0.81 0.65
Hex E1 5E EE 5 3D 0 7 127 51 41
Octal 341 136 356 5 75 0 7 447 121 101
Binary 11100001 1011110 11101110 101 111101 0 111 100100111 1010001 1000001

Color Harmonies of #E15EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EEE

Black with #E15EEE

Text Example


Text Example

White with #E15EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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