#E254BB

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

Shades of Free Speech Magenta #E254BB

Tints of Free Speech Magenta #E254BB

Color information

#E254BB (or 0xE254BB) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 54 and BB. RGB value is (226,84,187). Sum of RGB (Red+Green+Blue) = 226+84+187=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E254BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254BB is #1DAB44. Grayscale: #898989. Windows color (decimal): -1944389 or 12276962. OLE color: 12276962.

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

Color convert

RGB22684187-
CMYK00.630.170.11
HSL316.48º71%60.78%-
HSV(B)316.48º62.83%88.63%-
XYZ43.526.149.76-
YUV138.2155.54190.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=45.47%
G=16.90%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268418700.630.170.11316.487160.78
HexE254BB03F11B13c473d
Octal342124273077211347410775
Binary1110001010101001011101101111111000110111001111001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E254BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E254BB; }

 p { color: rgb(226,84,187); }

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

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

 a { background-color: rgb(226,84,187); }

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

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

 span { border-color: rgb(226,84,187); }

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