Html Css Color HEX #E248ED Free Speech Magenta

📋 copy color: '#E248ED'

red 226 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #E248ED

Tints of Free Speech Magenta #E248ED

RGB

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

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

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

R = 42.24%
G = 13.46%
B = 44.3%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E248ED (or 0xE248ED) is known color: Free Speech Magenta. HEX triplet: E2, 48 and ED. RGB value is (226,72,237). Sum of RGB (Red+Green+Blue) = 226+72+237=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #E248ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E248ED is #1DB712. Grayscale: #888888. Windows color (decimal): -1947411 or 15550690. OLE color: 15550690.

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

Color convert

RGB 226 72 237 -
CMYK 0.05 0.70 0 0.07
HSL 296º 0.82% 0.61% -
HSV(B) 296º 0.7% 0.93% -
XYZ 48.97 26.92 82.74 -
YUV 136.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 226 72 237 0.05 0.70 0 0.07 296 0.82 0.61
Hex E2 48 ED 5 46 0 7 128 52 3D
Octal 342 110 355 5 106 0 7 450 122 75
Binary 11100010 1001000 11101101 101 1000110 0 111 100101000 1010010 111101

Color Harmonies of #E248ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E248ED

Black with #E248ED

Text Example


Text Example

White with #E248ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E248ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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