#e259d1

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

Shades of Free Speech Magenta #E259D1

Tints of Free Speech Magenta #E259D1

Color information

#E259D1 (or 0xE259D1) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 59 and D1. RGB value is (226,89,209). Sum of RGB (Red+Green+Blue) = 226+89+209=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E259D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259D1 is #1DA62E. Grayscale: #8F8F8F. Windows color (decimal): -1943087 or 13720034. OLE color: 13720034.

HSL color Cylindrical-coordinate representation of color #E259D1: hue angle of 307.45º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E259D1 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22689209-
CMYK00.610.080.11
HSL307.45º70.26%61.76%-
HSV(B)307.45º60.62%88.63%-
XYZ46.4527.9263.26-
YUV143.64164.89186.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 89 (35.16% from 255) = 16.98%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=43.13%
G=16.98%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268920900.610.080.11307.4570.2661.76
HexE259D103D8B133463e
Octal342131321075101346310676
Binary111000101011001110100010111101100010111001100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e259d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e259d1; }

 p { color: rgb(226,89,209); }

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

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

 a { background-color: rgb(226,89,209); }

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

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

 span { border-color: rgb(226,89,209); }

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