Html Css Color HEX #E248DD Free Speech Magenta

📋 copy color: '#E248DD'

red 226 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #E248DD

Tints of Free Speech Magenta #E248DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 43.55%
G = 13.87%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E248DD (or 0xE248DD) is known color: Free Speech Magenta. HEX triplet: E2, 48 and DD. RGB value is (226,72,221). Sum of RGB (Red+Green+Blue) = 226+72+221=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E248DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248DD is #1DB722. Grayscale: #868686. Windows color (decimal): -1947427 or 14502114. OLE color: 14502114.

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

Color convert

RGB 226 72 221 -
CMYK 0 0.68 0.02 0.11
HSL 301.95º 0.73% 0.58% -
HSV(B) 301.95º 0.68% 0.89% -
XYZ 46.73 26.02 70.97 -
YUV 135.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 226 72 221 0 0.68 0.02 0.11 301.95 0.73 0.58
Hex E2 48 DD 0 44 2 B 12E 49 3A
Octal 342 110 335 0 104 2 13 456 111 72
Binary 11100010 1001000 11011101 0 1000100 10 1011 100101110 1001001 111010

Color Harmonies of #E248DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E248DD

Black with #E248DD

Text Example


Text Example

White with #E248DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E248DD; }

 p { color: rgb(226,72,221); }

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

background-color css

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

 a { background-color: rgb(226,72,221); }

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

border-color css

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

 span { border-color: rgb(226,72,221); }

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