Html Css Color HEX #E15DD7 Free Speech Magenta

📋 copy color: '#E15DD7'

red 225 ◦ green 93 ◦ blue 215

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

Shades of Free Speech Magenta #E15DD7

Tints of Free Speech Magenta #E15DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.34%

R = 42.21%
G = 17.45%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E15DD7 (or 0xE15DD7) is known color: Free Speech Magenta. HEX triplet: E1, 5D and D7. RGB value is (225,93,215). Sum of RGB (Red+Green+Blue) = 225+93+215=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD7 is #1EA228. Grayscale: #929292. Windows color (decimal): -2007593 or 14114273. OLE color: 14114273.

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

Color convert

RGB 225 93 215 -
CMYK 0 0.59 0.04 0.12
HSL 304.55º 0.69% 0.62% -
HSV(B) 304.55º 0.59% 0.88% -
XYZ 47.23 28.74 67.35 -
YUV 146.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 225 93 215 0 0.59 0.04 0.12 304.55 0.69 0.62
Hex E1 5D D7 0 3B 4 C 131 45 3E
Octal 341 135 327 0 73 4 14 461 105 76
Binary 11100001 1011101 11010111 0 111011 100 1100 100110001 1000101 111110

Color Harmonies of #E15DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DD7

Black with #E15DD7

Text Example


Text Example

White with #E15DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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