#E24BD6

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

Shades of Free Speech Magenta #E24BD6

Tints of Free Speech Magenta #E24BD6

Color information

#E24BD6 (or 0xE24BD6) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 4B and D6. RGB value is (226,75,214). Sum of RGB (Red+Green+Blue) = 226+75+214=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BD6 is #1DB429. Grayscale: #878787. Windows color (decimal): -1946666 or 14044130. OLE color: 14044130.

HSL color Cylindrical-coordinate representation of color #E24BD6: hue angle of 304.77º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24BD6 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB22675214-
CMYK00.670.050.11
HSL304.77º72.25%59.02%-
HSV(B)304.77º66.81%88.63%-
XYZ46.0226.0666.22-
YUV136172.03192.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 75 (29.69% from 255) = 14.56%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=43.88%
G=14.56%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267521400.670.050.11304.7772.2559.02
HexE24BD60435B131483b
Octal342113326010351346111073
Binary111000101001011110101100100001110110111001100011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24BD6; }

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

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

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

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

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

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

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

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