#E251E0

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

Shades of Free Speech Magenta #E251E0

Tints of Free Speech Magenta #E251E0

Color information

#E251E0 (or 0xE251E0) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 51 and E0. RGB value is (226,81,224). Sum of RGB (Red+Green+Blue) = 226+81+224=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E251E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251E0 is #1DAE1F. Grayscale: #8C8C8C. Windows color (decimal): -1945120 or 14701026. OLE color: 14701026.

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

Color convert

RGB22681224-
CMYK00.640.010.11
HSL300.83º71.43%60.2%-
HSV(B)300.83º64.16%88.63%-
XYZ47.7627.4473.3-
YUV140.66175.04188.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 81 (32.03% from 255) = 15.25%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=42.56%
G=15.25%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268122400.640.010.11300.8371.4360.2
HexE251E00401B12d473c
Octal342121340010011345510774
Binary1110001010100011110000001000000110111001011011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E251E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E251E0; }

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

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

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

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

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

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

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

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