Html Css Color HEX #E15ECE Free Speech Magenta

📋 copy color: '#E15ECE'

red 225 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Magenta #E15ECE

Tints of Free Speech Magenta #E15ECE

RGB

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

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

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

R = 42.86%
G = 17.9%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E15ECE (or 0xE15ECE) is known color: Free Speech Magenta. HEX triplet: E1, 5E and CE. RGB value is (225,94,206). Sum of RGB (Red+Green+Blue) = 225+94+206=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ECE is #1EA131. Grayscale: #919191. Windows color (decimal): -2007346 or 13524705. OLE color: 13524705.

HSL color Cylindrical-coordinate representation of color #E15ECE: hue angle of 308.7º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15ECE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 206 -
CMYK 0 0.58 0.08 0.12
HSL 308.7º 0.69% 0.63% -
HSV(B) 308.7º 0.58% 0.88% -
XYZ 46.19 28.47 61.45 -
YUV 145.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 225 94 206 0 0.58 0.08 0.12 308.7 0.69 0.63
Hex E1 5E CE 0 3A 8 C 135 45 3F
Octal 341 136 316 0 72 10 14 465 105 77
Binary 11100001 1011110 11001110 0 111010 1000 1100 100110101 1000101 111111

Color Harmonies of #E15ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ECE

Black with #E15ECE

Text Example


Text Example

White with #E15ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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