Html Css Color HEX #E157C0 Free Speech Magenta

📋 copy color: '#E157C0'

red 225 ◦ green 87 ◦ blue 192

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

Shades of Free Speech Magenta #E157C0

Tints of Free Speech Magenta #E157C0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

 BLUE value IS 192 (75.39% from 255) = 38.1%

R = 44.64%
G = 17.26%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E157C0 (or 0xE157C0) is known color: Free Speech Magenta. HEX triplet: E1, 57 and C0. RGB value is (225,87,192). Sum of RGB (Red+Green+Blue) = 225+87+192=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E157C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E157C0 is #1EA83F. Grayscale: #8B8B8B. Windows color (decimal): -2009152 or 12605409. OLE color: 12605409.

HSL color Cylindrical-coordinate representation of color #E157C0: hue angle of 314.35º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E157C0 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 87 192 -
CMYK 0 0.61 0.15 0.12
HSL 314.35º 0.7% 0.61% -
HSV(B) 314.35º 0.61% 0.88% -
XYZ 43.97 26.63 52.69 -
YUV 140.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 225 87 192 0 0.61 0.15 0.12 314.35 0.7 0.61
Hex E1 57 C0 0 3D F C 13A 46 3D
Octal 341 127 300 0 75 17 14 472 106 75
Binary 11100001 1010111 11000000 0 111101 1111 1100 100111010 1000110 111101

Color Harmonies of #E157C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E157C0

Black with #E157C0

Text Example


Text Example

White with #E157C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E157C0; }

 p { color: rgb(225,87,192); }

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

background-color css

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

 a { background-color: rgb(225,87,192); }

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

border-color css

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

 span { border-color: rgb(225,87,192); }

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