#E251DE

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

Shades of Free Speech Magenta #E251DE

Tints of Free Speech Magenta #E251DE

Color information

#E251DE (or 0xE251DE) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 51 and DE. RGB value is (226,81,222). Sum of RGB (Red+Green+Blue) = 226+81+222=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E251DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251DE is #1DAE21. Grayscale: #8C8C8C. Windows color (decimal): -1945122 or 14569954. OLE color: 14569954.

HSL color Cylindrical-coordinate representation of color #E251DE: hue angle of 301.66º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E251DE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB22681222-
CMYK00.640.020.11
HSL301.66º71.43%60.2%-
HSV(B)301.66º64.16%88.63%-
XYZ47.4927.3371.88-
YUV140.43174.04189.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 81 (32.03% from 255) = 15.31%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=42.72%
G=15.31%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268122200.640.020.11301.6671.4360.2
HexE251DE0402B12e473c
Octal342121336010021345610774
Binary11100010101000111011110010000001010111001011101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E251DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E251DE; }

 p { color: rgb(226,81,222); }

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

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

 a { background-color: rgb(226,81,222); }

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

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

 span { border-color: rgb(226,81,222); }

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