Html Css Color HEX #E15BDE Free Speech Magenta

📋 copy color: '#E15BDE'

red 225 ◦ green 91 ◦ blue 222

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

Shades of Free Speech Magenta #E15BDE

Tints of Free Speech Magenta #E15BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 41.82%
G = 16.91%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E15BDE (or 0xE15BDE) is known color: Free Speech Magenta. HEX triplet: E1, 5B and DE. RGB value is (225,91,222). Sum of RGB (Red+Green+Blue) = 225+91+222=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BDE is #1EA421. Grayscale: #919191. Windows color (decimal): -2008098 or 14572513. OLE color: 14572513.

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

Color convert

RGB 225 91 222 -
CMYK 0 0.60 0.01 0.12
HSL 301.34º 0.69% 0.62% -
HSV(B) 301.34º 0.6% 0.88% -
XYZ 47.98 28.76 72.13 -
YUV 146 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 225 91 222 0 0.60 0.01 0.12 301.34 0.69 0.62
Hex E1 5B DE 0 3C 1 C 12D 45 3E
Octal 341 133 336 0 74 1 14 455 105 76
Binary 11100001 1011011 11011110 0 111100 1 1100 100101101 1000101 111110

Color Harmonies of #E15BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BDE

Black with #E15BDE

Text Example


Text Example

White with #E15BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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