Html Css Color HEX #E15DB9 Free Speech Magenta

📋 copy color: '#E15DB9'

red 225 ◦ green 93 ◦ blue 185

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

Shades of Free Speech Magenta #E15DB9

Tints of Free Speech Magenta #E15DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 44.73%
G = 18.49%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E15DB9 (or 0xE15DB9) is known color: Free Speech Magenta. HEX triplet: E1, 5D and B9. RGB value is (225,93,185). Sum of RGB (Red+Green+Blue) = 225+93+185=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB9 is #1EA246. Grayscale: #8E8E8E. Windows color (decimal): -2007623 or 12148193. OLE color: 12148193.

HSL color Cylindrical-coordinate representation of color #E15DB9: hue angle of 318.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DB9 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 185 -
CMYK 0 0.59 0.18 0.12
HSL 318.18º 0.69% 0.62% -
HSV(B) 318.18º 0.59% 0.88% -
XYZ 43.72 27.34 48.87 -
YUV 142.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 225 93 185 0 0.59 0.18 0.12 318.18 0.69 0.62
Hex E1 5D B9 0 3B 12 C 13E 45 3E
Octal 341 135 271 0 73 22 14 476 105 76
Binary 11100001 1011101 10111001 0 111011 10010 1100 100111110 1000101 111110

Color Harmonies of #E15DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DB9

Black with #E15DB9

Text Example


Text Example

White with #E15DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DB9; }

 p { color: rgb(225,93,185); }

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

background-color css

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

 a { background-color: rgb(225,93,185); }

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

border-color css

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

 span { border-color: rgb(225,93,185); }

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