Html Css Color HEX #E15BC5 Free Speech Magenta

📋 copy color: '#E15BC5'

red 225 ◦ green 91 ◦ blue 197

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

Shades of Free Speech Magenta #E15BC5

Tints of Free Speech Magenta #E15BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 43.86%
G = 17.74%
B = 38.4%

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

#E15BC5 (or 0xE15BC5) is known color: Free Speech Magenta. HEX triplet: E1, 5B and C5. RGB value is (225,91,197). Sum of RGB (Red+Green+Blue) = 225+91+197=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BC5 is #1EA43A. Grayscale: #8E8E8E. Windows color (decimal): -2008123 or 12934113. OLE color: 12934113.

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

Color convert

RGB 225 91 197 -
CMYK 0 0.60 0.12 0.12
HSL 312.54º 0.69% 0.62% -
HSV(B) 312.54º 0.6% 0.88% -
XYZ 44.87 27.52 55.77 -
YUV 143.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 225 91 197 0 0.60 0.12 0.12 312.54 0.69 0.62
Hex E1 5B C5 0 3C C C 139 45 3E
Octal 341 133 305 0 74 14 14 471 105 76
Binary 11100001 1011011 11000101 0 111100 1100 1100 100111001 1000101 111110

Color Harmonies of #E15BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BC5

Black with #E15BC5

Text Example


Text Example

White with #E15BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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