Html Css Color HEX #E259BA Free Speech Magenta

📋 copy color: '#E259BA'

red 226 ◦ green 89 ◦ blue 186

#E259BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E259BA

Tints of Free Speech Magenta #E259BA

RGB

 RED value IS 226 (88.67% from 255) = 45.11%

 GREEN value IS 89 (35.16% from 255) = 17.76%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 45.11%
G = 17.76%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E259BA (or 0xE259BA) is known color: Free Speech Magenta. HEX triplet: E2, 59 and BA. RGB value is (226,89,186). Sum of RGB (Red+Green+Blue) = 226+89+186=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E259BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259BA is #1DA645. Grayscale: #8C8C8C. Windows color (decimal): -1943110 or 12212706. OLE color: 12212706.

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

Color convert

RGB 226 89 186 -
CMYK 0 0.61 0.18 0.11
HSL 317.52º 0.7% 0.62% -
HSV(B) 317.52º 0.61% 0.89% -
XYZ 43.8 26.86 49.33 -
YUV 141.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 226 89 186 0 0.61 0.18 0.11 317.52 0.7 0.62
Hex E2 59 BA 0 3D 12 B 13E 46 3E
Octal 342 131 272 0 75 22 13 476 106 76
Binary 11100010 1011001 10111010 0 111101 10010 1011 100111110 1000110 111110

Color Harmonies of #E259BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E259BA

Black with #E259BA

Text Example


Text Example

White with #E259BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E259BA; }

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

 H1.HeaderClassName
 {
   color: #E259BA;
 }
 .AnyTagClassName
 {
   color: #E259BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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