Html Css Color HEX #E15BC0 Free Speech Magenta

📋 copy color: '#E15BC0'

red 225 ◦ green 91 ◦ blue 192

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

Shades of Free Speech Magenta #E15BC0

Tints of Free Speech Magenta #E15BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.91%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 44.29%
G = 17.91%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E15BC0 (or 0xE15BC0) is known color: Free Speech Magenta. HEX triplet: E1, 5B and C0. RGB value is (225,91,192). Sum of RGB (Red+Green+Blue) = 225+91+192=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BC0 is #1EA43F. Grayscale: #8E8E8E. Windows color (decimal): -2008128 or 12606433. OLE color: 12606433.

HSL color Cylindrical-coordinate representation of color #E15BC0: hue angle of 314.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BC0 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 91 192 -
CMYK 0 0.60 0.15 0.12
HSL 314.78º 0.69% 0.62% -
HSV(B) 314.78º 0.6% 0.88% -
XYZ 44.31 27.3 52.8 -
YUV 142.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 225 91 192 0 0.60 0.15 0.12 314.78 0.69 0.62
Hex E1 5B C0 0 3C F C 13B 45 3E
Octal 341 133 300 0 74 17 14 473 105 76
Binary 11100001 1011011 11000000 0 111100 1111 1100 100111011 1000101 111110

Color Harmonies of #E15BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BC0

Black with #E15BC0

Text Example


Text Example

White with #E15BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BC0; }

 p { color: rgb(225,91,192); }

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

background-color css

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

 a { background-color: rgb(225,91,192); }

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

border-color css

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

 span { border-color: rgb(225,91,192); }

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