Html Css Color HEX #E15BD5 Free Speech Magenta

📋 copy color: '#E15BD5'

red 225 ◦ green 91 ◦ blue 213

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

Shades of Free Speech Magenta #E15BD5

Tints of Free Speech Magenta #E15BD5

RGB

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

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

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

R = 42.53%
G = 17.2%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E15BD5 (or 0xE15BD5) is known color: Free Speech Magenta. HEX triplet: E1, 5B and D5. RGB value is (225,91,213). Sum of RGB (Red+Green+Blue) = 225+91+213=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BD5 is #1EA42A. Grayscale: #909090. Windows color (decimal): -2008107 or 13982689. OLE color: 13982689.

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

Color convert

RGB 225 91 213 -
CMYK 0 0.60 0.05 0.12
HSL 305.37º 0.69% 0.62% -
HSV(B) 305.37º 0.6% 0.88% -
XYZ 46.8 28.29 65.95 -
YUV 144.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 225 91 213 0 0.60 0.05 0.12 305.37 0.69 0.62
Hex E1 5B D5 0 3C 5 C 131 45 3E
Octal 341 133 325 0 74 5 14 461 105 76
Binary 11100001 1011011 11010101 0 111100 101 1100 100110001 1000101 111110

Color Harmonies of #E15BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BD5

Black with #E15BD5

Text Example


Text Example

White with #E15BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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