Html Css Color HEX #E15BD9 Free Speech Magenta

📋 copy color: '#E15BD9'

red 225 ◦ green 91 ◦ blue 217

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

Shades of Free Speech Magenta #E15BD9

Tints of Free Speech Magenta #E15BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 42.21%
G = 17.07%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E15BD9 (or 0xE15BD9) is known color: Free Speech Magenta. HEX triplet: E1, 5B and D9. RGB value is (225,91,217). Sum of RGB (Red+Green+Blue) = 225+91+217=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BD9 is #1EA426. Grayscale: #919191. Windows color (decimal): -2008103 or 14244833. OLE color: 14244833.

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

Color convert

RGB 225 91 217 -
CMYK 0 0.60 0.04 0.12
HSL 303.58º 0.69% 0.62% -
HSV(B) 303.58º 0.6% 0.88% -
XYZ 47.32 28.5 68.65 -
YUV 145.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 225 91 217 0 0.60 0.04 0.12 303.58 0.69 0.62
Hex E1 5B D9 0 3C 4 C 130 45 3E
Octal 341 133 331 0 74 4 14 460 105 76
Binary 11100001 1011011 11011001 0 111100 100 1100 100110000 1000101 111110

Color Harmonies of #E15BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BD9

Black with #E15BD9

Text Example


Text Example

White with #E15BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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