#E248D0

Color #E248D0 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E248D0

Tints of Free Speech Magenta #E248D0

Color information

#E248D0 (or 0xE248D0) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 48 and D0. RGB value is (226,72,208). Sum of RGB (Red+Green+Blue) = 226+72+208=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E248D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248D0 is #1DB72F. Grayscale: #858585. Windows color (decimal): -1947440 or 13650146. OLE color: 13650146.

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

Color convert

RGB22672208-
CMYK00.680.080.11
HSL307.01º72.64%58.43%-
HSV(B)307.01º68.14%88.63%-
XYZ45.0725.3662.19-
YUV133.55170.02193.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 72 (28.52% from 255) = 14.23%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=44.66%
G=14.23%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267220800.680.080.11307.0172.6458.43
HexE248D00448B133493a
Octal3421103200104101346311172
Binary1110001010010001101000001000100100010111001100111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E248D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E248D0; }

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

 H1.HeaderClassName
 {
   color: #E248D0;
 }
 .AnyTagClassName
 {
   color: #E248D0;
 }
</style>
background-color css

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

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

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

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

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

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