Html Css Color HEX #E249BE Free Speech Magenta

📋 copy color: '#E249BE'

red 226 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Magenta #E249BE

Tints of Free Speech Magenta #E249BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.93%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 46.22%
G = 14.93%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E249BE (or 0xE249BE) is known color: Free Speech Magenta. HEX triplet: E2, 49 and BE. RGB value is (226,73,190). Sum of RGB (Red+Green+Blue) = 226+73+190=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E249BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249BE is #1DB641. Grayscale: #838383. Windows color (decimal): -1947202 or 12470754. OLE color: 12470754.

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

Color convert

RGB 226 73 190 -
CMYK 0 0.68 0.16 0.11
HSL 314.12º 0.73% 0.59% -
HSV(B) 314.12º 0.68% 0.89% -
XYZ 43.04 24.65 51.2 -
YUV 132.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 226 73 190 0 0.68 0.16 0.11 314.12 0.73 0.59
Hex E2 49 BE 0 44 10 B 13A 49 3B
Octal 342 111 276 0 104 20 13 472 111 73
Binary 11100010 1001001 10111110 0 1000100 10000 1011 100111010 1001001 111011

Color Harmonies of #E249BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249BE

Black with #E249BE

Text Example


Text Example

White with #E249BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249BE; }

 p { color: rgb(226,73,190); }

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

background-color css

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

 a { background-color: rgb(226,73,190); }

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

border-color css

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

 span { border-color: rgb(226,73,190); }

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