#E24BED

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

Shades of Free Speech Magenta #E24BED

Tints of Free Speech Magenta #E24BED

Color information

#E24BED (or 0xE24BED) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4B and ED. RGB value is (226,75,237). Sum of RGB (Red+Green+Blue) = 226+75+237=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #E24BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24BED is #1DB412. Grayscale: #8A8A8A. Windows color (decimal): -1946643 or 15551458. OLE color: 15551458.

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

Color convert

RGB22675237-
CMYK0.050.6800.07
HSL295.93º81.82%61.18%-
HSV(B)295.93º68.35%92.94%-
XYZ49.1727.3282.8-
YUV138.62183.53190.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 75 (29.69% from 255) = 13.94%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=42.01%
G=13.94%
B=44.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226752370.050.6800.07295.9381.8261.18
HexE24BED54407128523d
Octal34211335551040745012275
Binary11100010100101111101101101100010001111001010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24BED; }

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

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

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

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

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

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

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

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