#e25ec8

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

Shades of Free Speech Magenta #E25EC8

Tints of Free Speech Magenta #E25EC8

Color information

#E25EC8 (or 0xE25EC8) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5E and C8. RGB value is (226,94,200). Sum of RGB (Red+Green+Blue) = 226+94+200=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EC8 is #1DA137. Grayscale: #919191. Windows color (decimal): -1941816 or 13131490. OLE color: 13131490.

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

Color convert

RGB22694200-
CMYK00.580.120.11
HSL311.82º69.47%62.75%-
HSV(B)311.82º58.41%88.63%-
XYZ45.7928.3457.7-
YUV145.55158.73185.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=43.46%
G=18.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269420000.580.120.11311.8269.4762.75
HexE25EC803ACB138453f
Octal342136310072141347010577
Binary111000101011110110010000111010110010111001110001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25ec8; }

 p { color: rgb(226,94,200); }

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

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

 a { background-color: rgb(226,94,200); }

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

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

 span { border-color: rgb(226,94,200); }

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