Html Css Color HEX #E249BD Free Speech Magenta

📋 copy color: '#E249BD'

red 226 ◦ green 73 ◦ blue 189

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

Shades of Free Speech Magenta #E249BD

Tints of Free Speech Magenta #E249BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 46.31%
G = 14.96%
B = 38.73%

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

#E249BD (or 0xE249BD) is known color: Free Speech Magenta. HEX triplet: E2, 49 and BD. RGB value is (226,73,189). Sum of RGB (Red+Green+Blue) = 226+73+189=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E249BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249BD is #1DB642. Grayscale: #838383. Windows color (decimal): -1947203 or 12405218. OLE color: 12405218.

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

Color convert

RGB 226 73 189 -
CMYK 0 0.68 0.16 0.11
HSL 314.51º 0.73% 0.59% -
HSV(B) 314.51º 0.68% 0.89% -
XYZ 42.93 24.61 50.63 -
YUV 131.97 160.19 195.07 -
System Red Green Blue C M Y K H S L
Decimal 226 73 189 0 0.68 0.16 0.11 314.51 0.73 0.59
Hex E2 49 BD 0 44 10 B 13B 49 3B
Octal 342 111 275 0 104 20 13 473 111 73
Binary 11100010 1001001 10111101 0 1000100 10000 1011 100111011 1001001 111011

Color Harmonies of #E249BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249BD

Black with #E249BD

Text Example


Text Example

White with #E249BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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