Html Css Color HEX #E158D0 Free Speech Magenta

📋 copy color: '#E158D0'

red 225 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #E158D0

Tints of Free Speech Magenta #E158D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 43.19%
G = 16.89%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E158D0 (or 0xE158D0) is known color: Free Speech Magenta. HEX triplet: E1, 58 and D0. RGB value is (225,88,208). Sum of RGB (Red+Green+Blue) = 225+88+208=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E158D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158D0 is #1EA72F. Grayscale: #8E8E8E. Windows color (decimal): -2008880 or 13654241. OLE color: 13654241.

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

Color convert

RGB 225 88 208 -
CMYK 0 0.61 0.08 0.12
HSL 307.45º 0.7% 0.61% -
HSV(B) 307.45º 0.61% 0.88% -
XYZ 45.93 27.54 62.57 -
YUV 142.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 225 88 208 0 0.61 0.08 0.12 307.45 0.7 0.61
Hex E1 58 D0 0 3D 8 C 133 46 3D
Octal 341 130 320 0 75 10 14 463 106 75
Binary 11100001 1011000 11010000 0 111101 1000 1100 100110011 1000110 111101

Color Harmonies of #E158D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E158D0

Black with #E158D0

Text Example


Text Example

White with #E158D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E158D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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