Html Css Color HEX #E249ED Free Speech Magenta

📋 copy color: '#E249ED'

red 226 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #E249ED

Tints of Free Speech Magenta #E249ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 42.16%
G = 13.62%
B = 44.22%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E249ED (or 0xE249ED) is known color: Free Speech Magenta. HEX triplet: E2, 49 and ED. RGB value is (226,73,237). Sum of RGB (Red+Green+Blue) = 226+73+237=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #E249ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E249ED is #1DB612. Grayscale: #888888. Windows color (decimal): -1947155 or 15550946. OLE color: 15550946.

HSL color Cylindrical-coordinate representation of color #E249ED: hue angle of 295.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E249ED is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 73 237 -
CMYK 0.05 0.69 0 0.07
HSL 295.98º 0.82% 0.61% -
HSV(B) 295.98º 0.69% 0.93% -
XYZ 49.03 27.05 82.76 -
YUV 137.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 226 73 237 0.05 0.69 0 0.07 295.98 0.82 0.61
Hex E2 49 ED 5 45 0 7 128 52 3D
Octal 342 111 355 5 105 0 7 450 122 75
Binary 11100010 1001001 11101101 101 1000101 0 111 100101000 1010010 111101

Color Harmonies of #E249ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249ED

Black with #E249ED

Text Example


Text Example

White with #E249ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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