Html Css Color HEX #E15EDE Free Speech Magenta

📋 copy color: '#E15EDE'

red 225 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #E15EDE

Tints of Free Speech Magenta #E15EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 41.59%
G = 17.38%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E15EDE (or 0xE15EDE) is known color: Free Speech Magenta. HEX triplet: E1, 5E and DE. RGB value is (225,94,222). Sum of RGB (Red+Green+Blue) = 225+94+222=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EDE is #1EA121. Grayscale: #939393. Windows color (decimal): -2007330 or 14573281. OLE color: 14573281.

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

Color convert

RGB 225 94 222 -
CMYK 0 0.58 0.01 0.12
HSL 301.37º 0.69% 0.63% -
HSV(B) 301.37º 0.58% 0.88% -
XYZ 48.24 29.29 72.22 -
YUV 147.76 169.9 183.09 -
System Red Green Blue C M Y K H S L
Decimal 225 94 222 0 0.58 0.01 0.12 301.37 0.69 0.63
Hex E1 5E DE 0 3A 1 C 12D 45 3F
Octal 341 136 336 0 72 1 14 455 105 77
Binary 11100001 1011110 11011110 0 111010 1 1100 100101101 1000101 111111

Color Harmonies of #E15EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EDE

Black with #E15EDE

Text Example


Text Example

White with #E15EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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