#E25ECC

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

Shades of Free Speech Magenta #E25ECC

Tints of Free Speech Magenta #E25ECC

Color information

#E25ECC (or 0xE25ECC) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5E and CC. RGB value is (226,94,204). Sum of RGB (Red+Green+Blue) = 226+94+204=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E25ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25ECC is #1DA133. Grayscale: #919191. Windows color (decimal): -1941812 or 13393634. OLE color: 13393634.

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

Color convert

RGB22694204-
CMYK00.580.100.11
HSL310º69.47%62.75%-
HSV(B)310º58.41%88.63%-
XYZ46.2728.5360.2-
YUV146.01160.73185.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 94 (37.11% from 255) = 17.94%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=43.13%
G=17.94%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269420400.580.100.1131069.4762.75
HexE25ECC03AAB136453f
Octal342136314072121346610577
Binary111000101011110110011000111010101010111001101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25ECC; }

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

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

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

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

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

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

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

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