Html Css Color HEX #E158DF Free Speech Magenta

📋 copy color: '#E158DF'

red 225 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #E158DF

Tints of Free Speech Magenta #E158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 41.98%
G = 16.42%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E158DF (or 0xE158DF) is known color: Free Speech Magenta. HEX triplet: E1, 58 and DF. RGB value is (225,88,223). Sum of RGB (Red+Green+Blue) = 225+88+223=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E158DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158DF is #1EA720. Grayscale: #8F8F8F. Windows color (decimal): -2008865 or 14637281. OLE color: 14637281.

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

Color convert

RGB 225 88 223 -
CMYK 0 0.61 0.01 0.12
HSL 300.88º 0.7% 0.61% -
HSV(B) 300.88º 0.61% 0.88% -
XYZ 47.86 28.31 72.75 -
YUV 144.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 225 88 223 0 0.61 0.01 0.12 300.88 0.7 0.61
Hex E1 58 DF 0 3D 1 C 12D 46 3D
Octal 341 130 337 0 75 1 14 455 106 75
Binary 11100001 1011000 11011111 0 111101 1 1100 100101101 1000110 111101

Color Harmonies of #E158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158DF

Black with #E158DF

Text Example


Text Example

White with #E158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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