Html Css Color HEX #E249DF Free Speech Magenta

📋 copy color: '#E249DF'

red 226 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Magenta #E249DF

Tints of Free Speech Magenta #E249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 43.3%
G = 13.98%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E249DF (or 0xE249DF) is known color: Free Speech Magenta. HEX triplet: E2, 49 and DF. RGB value is (226,73,223). Sum of RGB (Red+Green+Blue) = 226+73+223=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E249DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249DF is #1DB620. Grayscale: #878787. Windows color (decimal): -1947169 or 14633442. OLE color: 14633442.

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

Color convert

RGB 226 73 223 -
CMYK 0 0.68 0.01 0.11
HSL 301.18º 0.73% 0.59% -
HSV(B) 301.18º 0.68% 0.89% -
XYZ 47.07 26.26 72.4 -
YUV 135.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 226 73 223 0 0.68 0.01 0.11 301.18 0.73 0.59
Hex E2 49 DF 0 44 1 B 12D 49 3B
Octal 342 111 337 0 104 1 13 455 111 73
Binary 11100010 1001001 11011111 0 1000100 1 1011 100101101 1001001 111011

Color Harmonies of #E249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249DF

Black with #E249DF

Text Example


Text Example

White with #E249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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