Html Css Color HEX #E158C0 Free Speech Magenta

📋 copy color: '#E158C0'

red 225 ◦ green 88 ◦ blue 192

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

Shades of Free Speech Magenta #E158C0

Tints of Free Speech Magenta #E158C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.43%

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

R = 44.55%
G = 17.43%
B = 38.02%

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

#E158C0 (or 0xE158C0) is known color: Free Speech Magenta. HEX triplet: E1, 58 and C0. RGB value is (225,88,192). Sum of RGB (Red+Green+Blue) = 225+88+192=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E158C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158C0 is #1EA73F. Grayscale: #8C8C8C. Windows color (decimal): -2008896 or 12605665. OLE color: 12605665.

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

Color convert

RGB 225 88 192 -
CMYK 0 0.61 0.15 0.12
HSL 314.45º 0.7% 0.61% -
HSV(B) 314.45º 0.61% 0.88% -
XYZ 44.06 26.79 52.72 -
YUV 140.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 225 88 192 0 0.61 0.15 0.12 314.45 0.7 0.61
Hex E1 58 C0 0 3D F C 13A 46 3D
Octal 341 130 300 0 75 17 14 472 106 75
Binary 11100001 1011000 11000000 0 111101 1111 1100 100111010 1000110 111101

Color Harmonies of #E158C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158C0

Black with #E158C0

Text Example


Text Example

White with #E158C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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