Html Css Color HEX #E15ED5 Free Speech Magenta

📋 copy color: '#E15ED5'

red 225 ◦ green 94 ◦ blue 213

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

Shades of Free Speech Magenta #E15ED5

Tints of Free Speech Magenta #E15ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.67%

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

R = 42.29%
G = 17.67%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E15ED5 (or 0xE15ED5) is known color: Free Speech Magenta. HEX triplet: E1, 5E and D5. RGB value is (225,94,213). Sum of RGB (Red+Green+Blue) = 225+94+213=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ED5 is #1EA12A. Grayscale: #929292. Windows color (decimal): -2007339 or 13983457. OLE color: 13983457.

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

Color convert

RGB 225 94 213 -
CMYK 0 0.58 0.05 0.12
HSL 305.5º 0.69% 0.63% -
HSV(B) 305.5º 0.58% 0.88% -
XYZ 47.06 28.82 66.03 -
YUV 146.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 225 94 213 0 0.58 0.05 0.12 305.5 0.69 0.63
Hex E1 5E D5 0 3A 5 C 131 45 3F
Octal 341 136 325 0 72 5 14 461 105 77
Binary 11100001 1011110 11010101 0 111010 101 1100 100110001 1000101 111111

Color Harmonies of #E15ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ED5

Black with #E15ED5

Text Example


Text Example

White with #E15ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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