Html Css Color HEX #E158D6 Free Speech Magenta

📋 copy color: '#E158D6'

red 225 ◦ green 88 ◦ blue 214

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

Shades of Free Speech Magenta #E158D6

Tints of Free Speech Magenta #E158D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 42.69%
G = 16.7%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E158D6 (or 0xE158D6) is known color: Free Speech Magenta. HEX triplet: E1, 58 and D6. RGB value is (225,88,214). Sum of RGB (Red+Green+Blue) = 225+88+214=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E158D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158D6 is #1EA729. Grayscale: #8E8E8E. Windows color (decimal): -2008874 or 14047457. OLE color: 14047457.

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

Color convert

RGB 225 88 214 -
CMYK 0 0.61 0.05 0.12
HSL 304.82º 0.7% 0.61% -
HSV(B) 304.82º 0.61% 0.88% -
XYZ 46.68 27.84 66.53 -
YUV 143.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 225 88 214 0 0.61 0.05 0.12 304.82 0.7 0.61
Hex E1 58 D6 0 3D 5 C 131 46 3D
Octal 341 130 326 0 75 5 14 461 106 75
Binary 11100001 1011000 11010110 0 111101 101 1100 100110001 1000110 111101

Color Harmonies of #E158D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158D6

Black with #E158D6

Text Example


Text Example

White with #E158D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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