#e05ee7

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

Shades of Free Speech Magenta #E05EE7

Tints of Free Speech Magenta #E05EE7

Color information

#E05EE7 (or 0xE05EE7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5E and E7. RGB value is (224,94,231). Sum of RGB (Red+Green+Blue) = 224+94+231=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #E05EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05EE7 is #1FA118. Grayscale: #949494. Windows color (decimal): -2072857 or 15163104. OLE color: 15163104.

HSL color Cylindrical-coordinate representation of color #E05EE7: hue angle of 296.93º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05EE7 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22494231-
CMYK0.030.5900.09
HSL296.93º74.05%63.73%-
HSV(B)296.93º59.31%90.59%-
XYZ49.1729.6278.73-
YUV148.49174.57181.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 94 (37.11% from 255) = 17.12%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=40.80%
G=17.12%
B=42.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal224942310.030.5900.09296.9374.0563.73
HexE05EE733B091294a40
Octal340136347373011451112100
Binary11100000101111011100111111110110100110010100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05ee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05ee7; }

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

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

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

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

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

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

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

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