#E258D2

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

Shades of Free Speech Magenta #E258D2

Tints of Free Speech Magenta #E258D2

Color information

#E258D2 (or 0xE258D2) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 58 and D2. RGB value is (226,88,210). Sum of RGB (Red+Green+Blue) = 226+88+210=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E258D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258D2 is #1DA72D. Grayscale: #8E8E8E. Windows color (decimal): -1943342 or 13785314. OLE color: 13785314.

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

Color convert

RGB22688210-
CMYK00.610.070.11
HSL306.96º70.41%61.57%-
HSV(B)306.96º61.06%88.63%-
XYZ46.4927.863.89-
YUV143.17165.72187.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 88 (34.77% from 255) = 16.79%
BLUE value IS 210 (82.42% from 255) = 40.08%
R=43.13%
G=16.79%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268821000.610.070.11306.9670.4161.57
HexE258D203D7B133463e
Octal34213032207571346310676
Binary11100010101100011010010011110111110111001100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E258D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E258D2; }

 p { color: rgb(226,88,210); }

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

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

 a { background-color: rgb(226,88,210); }

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

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

 span { border-color: rgb(226,88,210); }

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