#E25DC0

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

Shades of Free Speech Magenta #E25DC0

Tints of Free Speech Magenta #E25DC0

Color information

#E25DC0 (or 0xE25DC0) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5D and C0. RGB value is (226,93,192). Sum of RGB (Red+Green+Blue) = 226+93+192=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25DC0 is #1DA23F. Grayscale: #8F8F8F. Windows color (decimal): -1942080 or 12606946. OLE color: 12606946.

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

Color convert

RGB22693192-
CMYK00.590.150.11
HSL315.34º69.63%62.55%-
HSV(B)315.34º58.85%88.63%-
XYZ44.7927.852.87-
YUV144.05155.06186.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=44.23%
G=18.20%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269319200.590.150.11315.3469.6362.55
HexE25DC003BFB13b463f
Octal342135300073171347310677
Binary111000101011101110000000111011111110111001110111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25DC0; }

 p { color: rgb(226,93,192); }

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

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

 a { background-color: rgb(226,93,192); }

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

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

 span { border-color: rgb(226,93,192); }

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