Html Css Color HEX #E15ED7 Free Speech Magenta

📋 copy color: '#E15ED7'

red 225 ◦ green 94 ◦ blue 215

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

Shades of Free Speech Magenta #E15ED7

Tints of Free Speech Magenta #E15ED7

RGB

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

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

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

R = 42.13%
G = 17.6%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E15ED7 (or 0xE15ED7) is known color: Free Speech Magenta. HEX triplet: E1, 5E and D7. RGB value is (225,94,215). Sum of RGB (Red+Green+Blue) = 225+94+215=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ED7 is #1EA128. Grayscale: #929292. Windows color (decimal): -2007337 or 14114529. OLE color: 14114529.

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

Color convert

RGB 225 94 215 -
CMYK 0 0.58 0.04 0.12
HSL 304.58º 0.69% 0.63% -
HSV(B) 304.58º 0.58% 0.88% -
XYZ 47.32 28.92 67.38 -
YUV 146.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 225 94 215 0 0.58 0.04 0.12 304.58 0.69 0.63
Hex E1 5E D7 0 3A 4 C 131 45 3F
Octal 341 136 327 0 72 4 14 461 105 77
Binary 11100001 1011110 11010111 0 111010 100 1100 100110001 1000101 111111

Color Harmonies of #E15ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15ED7

Black with #E15ED7

Text Example


Text Example

White with #E15ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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