Html Css Color HEX #E15BC7 Free Speech Magenta

📋 copy color: '#E15BC7'

red 225 ◦ green 91 ◦ blue 199

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

Shades of Free Speech Magenta #E15BC7

Tints of Free Speech Magenta #E15BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.64%

R = 43.69%
G = 17.67%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E15BC7 (or 0xE15BC7) is known color: Free Speech Magenta. HEX triplet: E1, 5B and C7. RGB value is (225,91,199). Sum of RGB (Red+Green+Blue) = 225+91+199=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BC7 is #1EA438. Grayscale: #8F8F8F. Windows color (decimal): -2008121 or 13065185. OLE color: 13065185.

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

Color convert

RGB 225 91 199 -
CMYK 0 0.60 0.12 0.12
HSL 311.64º 0.69% 0.62% -
HSV(B) 311.64º 0.6% 0.88% -
XYZ 45.1 27.61 56.99 -
YUV 143.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 225 91 199 0 0.60 0.12 0.12 311.64 0.69 0.62
Hex E1 5B C7 0 3C C C 138 45 3E
Octal 341 133 307 0 74 14 14 470 105 76
Binary 11100001 1011011 11000111 0 111100 1100 1100 100111000 1000101 111110

Color Harmonies of #E15BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BC7

Black with #E15BC7

Text Example


Text Example

White with #E15BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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