#E250ED

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

Shades of Free Speech Magenta #E250ED

Tints of Free Speech Magenta #E250ED

Color information

#E250ED (or 0xE250ED) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 50 and ED. RGB value is (226,80,237). Sum of RGB (Red+Green+Blue) = 226+80+237=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E250ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250ED is #1DAF12. Grayscale: #8D8D8D. Windows color (decimal): -1945363 or 15552738. OLE color: 15552738.

HSL color Cylindrical-coordinate representation of color #E250ED: hue angle of 295.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E250ED is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22680237-
CMYK0.050.6600.07
HSL295.8º81.35%62.16%-
HSV(B)295.8º66.24%92.94%-
XYZ49.5228.0282.92-
YUV141.55181.87188.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 80 (31.64% from 255) = 14.73%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=41.62%
G=14.73%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226802370.050.6600.07295.881.3562.16
HexE250ED54207128513e
Octal34212035551020745012176
Binary11100010101000011101101101100001001111001010001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E250ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E250ED; }

 p { color: rgb(226,80,237); }

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

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

 a { background-color: rgb(226,80,237); }

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

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

 span { border-color: rgb(226,80,237); }

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