Html Css Color HEX #E159E6 Free Speech Magenta

📋 copy color: '#E159E6'

red 225 ◦ green 89 ◦ blue 230

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

Shades of Free Speech Magenta #E159E6

Tints of Free Speech Magenta #E159E6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.36%

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 41.36%
G = 16.36%
B = 42.28%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E159E6 (or 0xE159E6) is known color: Free Speech Magenta. HEX triplet: E1, 59 and E6. RGB value is (225,89,230). Sum of RGB (Red+Green+Blue) = 225+89+230=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #E159E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159E6 is #1EA619. Grayscale: #919191. Windows color (decimal): -2008602 or 15096289. OLE color: 15096289.

HSL color Cylindrical-coordinate representation of color #E159E6: hue angle of 297.87º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E159E6 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 89 230 -
CMYK 0.02 0.61 0 0.10
HSL 297.87º 0.74% 0.63% -
HSV(B) 297.87º 0.61% 0.9% -
XYZ 48.91 28.87 77.86 -
YUV 145.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 225 89 230 0.02 0.61 0 0.10 297.87 0.74 0.63
Hex E1 59 E6 2 3D 0 A 12A 4A 3F
Octal 341 131 346 2 75 0 12 452 112 77
Binary 11100001 1011001 11100110 10 111101 0 1010 100101010 1001010 111111

Color Harmonies of #E159E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E159E6

Black with #E159E6

Text Example


Text Example

White with #E159E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E159E6; }

 p { color: rgb(225,89,230); }

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

background-color css

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

 a { background-color: rgb(225,89,230); }

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

border-color css

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

 span { border-color: rgb(225,89,230); }

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