Html Css Color HEX #E15DD5 Free Speech Magenta

📋 copy color: '#E15DD5'

red 225 ◦ green 93 ◦ blue 213

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

Shades of Free Speech Magenta #E15DD5

Tints of Free Speech Magenta #E15DD5

RGB

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

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

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

R = 42.37%
G = 17.51%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E15DD5 (or 0xE15DD5) is known color: Free Speech Magenta. HEX triplet: E1, 5D and D5. RGB value is (225,93,213). Sum of RGB (Red+Green+Blue) = 225+93+213=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD5 is #1EA22A. Grayscale: #919191. Windows color (decimal): -2007595 or 13983201. OLE color: 13983201.

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

Color convert

RGB 225 93 213 -
CMYK 0 0.59 0.05 0.12
HSL 305.45º 0.69% 0.62% -
HSV(B) 305.45º 0.59% 0.88% -
XYZ 46.98 28.64 66 -
YUV 146.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 225 93 213 0 0.59 0.05 0.12 305.45 0.69 0.62
Hex E1 5D D5 0 3B 5 C 131 45 3E
Octal 341 135 325 0 73 5 14 461 105 76
Binary 11100001 1011101 11010101 0 111011 101 1100 100110001 1000101 111110

Color Harmonies of #E15DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DD5

Black with #E15DD5

Text Example


Text Example

White with #E15DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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