#E250BD

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

Shades of Free Speech Magenta #E250BD

Tints of Free Speech Magenta #E250BD

Color information

#E250BD (or 0xE250BD) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 50 and BD. RGB value is (226,80,189). Sum of RGB (Red+Green+Blue) = 226+80+189=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E250BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250BD is #1DAF42. Grayscale: #878787. Windows color (decimal): -1945411 or 12407010. OLE color: 12407010.

HSL color Cylindrical-coordinate representation of color #E250BD: hue angle of 315.21º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250BD is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22680189-
CMYK00.650.160.11
HSL315.21º71.57%60%-
HSV(B)315.21º64.6%88.63%-
XYZ43.4225.5850.79-
YUV136.08157.87192.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 80 (31.64% from 255) = 16.16%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=45.66%
G=16.16%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268018900.650.160.11315.2171.5760
HexE250BD04110B13b483c
Octal3421202750101201347311074
Binary11100010101000010111101010000011000010111001110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E250BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E250BD; }

 p { color: rgb(226,80,189); }

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

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

 a { background-color: rgb(226,80,189); }

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

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

 span { border-color: rgb(226,80,189); }

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