#E251DA

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

Shades of Free Speech Magenta #E251DA

Tints of Free Speech Magenta #E251DA

Color information

#E251DA (or 0xE251DA) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 51 and DA. RGB value is (226,81,218). Sum of RGB (Red+Green+Blue) = 226+81+218=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E251DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E251DA is #1DAE25. Grayscale: #8B8B8B. Windows color (decimal): -1945126 or 14307810. OLE color: 14307810.

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

Color convert

RGB22681218-
CMYK00.640.040.11
HSL303.31º71.43%60.2%-
HSV(B)303.31º64.16%88.63%-
XYZ46.9627.1269.09-
YUV139.97172.04189.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 81 (32.03% from 255) = 15.43%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=43.05%
G=15.43%
B=41.52%

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
Decimal2268121800.640.040.11303.3171.4360.2
HexE251DA0404B12f473c
Octal342121332010041345710774
Binary111000101010001110110100100000010010111001011111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E251DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E251DA; }

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

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

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

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

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

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

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

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