Html Css Color HEX #E249DB Free Speech Magenta

📋 copy color: '#E249DB'

red 226 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #E249DB

Tints of Free Speech Magenta #E249DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 43.63%
G = 14.09%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E249DB (or 0xE249DB) is known color: Free Speech Magenta. HEX triplet: E2, 49 and DB. RGB value is (226,73,219). Sum of RGB (Red+Green+Blue) = 226+73+219=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E249DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249DB is #1DB624. Grayscale: #868686. Windows color (decimal): -1947173 or 14371298. OLE color: 14371298.

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

Color convert

RGB 226 73 219 -
CMYK 0 0.68 0.03 0.11
HSL 302.75º 0.73% 0.59% -
HSV(B) 302.75º 0.68% 0.89% -
XYZ 46.53 26.05 69.59 -
YUV 135.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 226 73 219 0 0.68 0.03 0.11 302.75 0.73 0.59
Hex E2 49 DB 0 44 3 B 12F 49 3B
Octal 342 111 333 0 104 3 13 457 111 73
Binary 11100010 1001001 11011011 0 1000100 11 1011 100101111 1001001 111011

Color Harmonies of #E249DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249DB

Black with #E249DB

Text Example


Text Example

White with #E249DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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