Html Css Color HEX #E248DF Free Speech Magenta

📋 copy color: '#E248DF'

red 226 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #E248DF

Tints of Free Speech Magenta #E248DF

RGB

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

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

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

R = 43.38%
G = 13.82%
B = 42.8%

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

#E248DF (or 0xE248DF) is known color: Free Speech Magenta. HEX triplet: E2, 48 and DF. RGB value is (226,72,223). Sum of RGB (Red+Green+Blue) = 226+72+223=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E248DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248DF is #1DB720. Grayscale: #868686. Windows color (decimal): -1947425 or 14633186. OLE color: 14633186.

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

Color convert

RGB 226 72 223 -
CMYK 0 0.68 0.01 0.11
HSL 301.17º 0.73% 0.58% -
HSV(B) 301.17º 0.68% 0.89% -
XYZ 47 26.13 72.38 -
YUV 135.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 226 72 223 0 0.68 0.01 0.11 301.17 0.73 0.58
Hex E2 48 DF 0 44 1 B 12D 49 3A
Octal 342 110 337 0 104 1 13 455 111 72
Binary 11100010 1001000 11011111 0 1000100 1 1011 100101101 1001001 111010

Color Harmonies of #E248DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E248DF

Black with #E248DF

Text Example


Text Example

White with #E248DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E248DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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