#e05ed5

Color #E05ED5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E05ED5

Tints of Free Speech Magenta #E05ED5

Color information

#E05ED5 (or 0xE05ED5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5E and D5. RGB value is (224,94,213). Sum of RGB (Red+Green+Blue) = 224+94+213=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ED5 is #1FA12A. Grayscale: #929292. Windows color (decimal): -2072875 or 13983456. OLE color: 13983456.

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

Color convert

RGB22494213-
CMYK00.580.050.12
HSL305.08º67.71%62.35%-
HSV(B)305.08º58.04%87.84%-
XYZ46.7528.6666.02-
YUV146.44165.57183.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=42.18%
G=17.70%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249421300.580.050.12305.0867.7162.35
HexE05ED503A5C131443e
Octal34013632507251446110476
Binary11100000101111011010101011101010111001001100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05ed5; }

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

 H1.HeaderClassName
 {
   color: #e05ed5;
 }
 .AnyTagClassName
 {
   color: #e05ed5;
 }
</style>
background-color css

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

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

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

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

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

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