#E251D8

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

Shades of Free Speech Magenta #E251D8

Tints of Free Speech Magenta #E251D8

Color information

#E251D8 (or 0xE251D8) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 51 and D8. RGB value is (226,81,216). Sum of RGB (Red+Green+Blue) = 226+81+216=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E251D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251D8 is #1DAE27. Grayscale: #8B8B8B. Windows color (decimal): -1945128 or 14176738. OLE color: 14176738.

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

Color convert

RGB22681216-
CMYK00.640.040.11
HSL304.14º71.43%60.2%-
HSV(B)304.14º64.16%88.63%-
XYZ46.727.0167.72-
YUV139.74171.04189.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.21%
GREEN value IS 81 (32.03% from 255) = 15.49%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=43.21%
G=15.49%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268121600.640.040.11304.1471.4360.2
HexE251D80404B130473c
Octal342121330010041346010774
Binary111000101010001110110000100000010010111001100001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E251D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E251D8; }

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

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

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

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

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

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

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

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