Html Css Color HEX #E15BDB Free Speech Magenta

📋 copy color: '#E15BDB'

red 225 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #E15BDB

Tints of Free Speech Magenta #E15BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 42.06%
G = 17.01%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E15BDB (or 0xE15BDB) is known color: Free Speech Magenta. HEX triplet: E1, 5B and DB. RGB value is (225,91,219). Sum of RGB (Red+Green+Blue) = 225+91+219=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BDB is #1EA424. Grayscale: #919191. Windows color (decimal): -2008101 or 14375905. OLE color: 14375905.

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

Color convert

RGB 225 91 219 -
CMYK 0 0.60 0.03 0.12
HSL 302.69º 0.69% 0.62% -
HSV(B) 302.69º 0.6% 0.88% -
XYZ 47.58 28.6 70.03 -
YUV 145.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 225 91 219 0 0.60 0.03 0.12 302.69 0.69 0.62
Hex E1 5B DB 0 3C 3 C 12F 45 3E
Octal 341 133 333 0 74 3 14 457 105 76
Binary 11100001 1011011 11011011 0 111100 11 1100 100101111 1000101 111110

Color Harmonies of #E15BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BDB

Black with #E15BDB

Text Example


Text Example

White with #E15BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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