#E25EDF

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

Shades of Free Speech Magenta #E25EDF

Tints of Free Speech Magenta #E25EDF

Color information

#E25EDF (or 0xE25EDF) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5E and DF. RGB value is (226,94,223). Sum of RGB (Red+Green+Blue) = 226+94+223=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EDF is #1DA120. Grayscale: #939393. Windows color (decimal): -1941793 or 14638818. OLE color: 14638818.

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

Color convert

RGB22694223-
CMYK00.580.010.11
HSL301.36º69.47%62.75%-
HSV(B)301.36º58.41%88.63%-
XYZ48.6929.572.94-
YUV148.17170.23183.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 94 (37.11% from 255) = 17.31%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=41.62%
G=17.31%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269422300.580.010.11301.3669.4762.75
HexE25EDF03A1B12d453f
Octal34213633707211345510577
Binary111000101011110110111110111010110111001011011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25EDF; }

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

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

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

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

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

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

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

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