Html Css Color HEX #E156D5 Free Speech Magenta

📋 copy color: '#E156D5'

red 225 ◦ green 86 ◦ blue 213

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

Shades of Free Speech Magenta #E156D5

Tints of Free Speech Magenta #E156D5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.41%

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 42.94%
G = 16.41%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E156D5 (or 0xE156D5) is known color: Free Speech Magenta. HEX triplet: E1, 56 and D5. RGB value is (225,86,213). Sum of RGB (Red+Green+Blue) = 225+86+213=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E156D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E156D5 is #1EA92A. Grayscale: #8D8D8D. Windows color (decimal): -2009387 or 13981409. OLE color: 13981409.

HSL color Cylindrical-coordinate representation of color #E156D5: hue angle of 305.18º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E156D5 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 86 213 -
CMYK 0 0.62 0.05 0.12
HSL 305.18º 0.7% 0.61% -
HSV(B) 305.18º 0.62% 0.88% -
XYZ 46.39 27.47 65.81 -
YUV 142.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 225 86 213 0 0.62 0.05 0.12 305.18 0.7 0.61
Hex E1 56 D5 0 3E 5 C 131 46 3D
Octal 341 126 325 0 76 5 14 461 106 75
Binary 11100001 1010110 11010101 0 111110 101 1100 100110001 1000110 111101

Color Harmonies of #E156D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E156D5

Black with #E156D5

Text Example


Text Example

White with #E156D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E156D5; }

 p { color: rgb(225,86,213); }

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

background-color css

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

 a { background-color: rgb(225,86,213); }

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

border-color css

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

 span { border-color: rgb(225,86,213); }

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