#E152D6

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

Shades of Free Speech Magenta #E152D6

Tints of Free Speech Magenta #E152D6

Color information

#E152D6 (or 0xE152D6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 52 and D6. RGB value is (225,82,214). Sum of RGB (Red+Green+Blue) = 225+82+214=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E152D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E152D6 is #1EAD29. Grayscale: #8B8B8B. Windows color (decimal): -2010410 or 14045921. OLE color: 14045921.

HSL color Cylindrical-coordinate representation of color #E152D6: hue angle of 304.62º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E152D6 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22582214-
CMYK00.640.050.12
HSL304.62º70.44%60.2%-
HSV(B)304.62º63.56%88.24%-
XYZ46.2126.966.37-
YUV139.8169.88188.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 82 (32.42% from 255) = 15.74%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=43.19%
G=15.74%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258221400.640.050.12304.6270.4460.2
HexE152D60405C131463c
Octal341122326010051446110674
Binary111000011010010110101100100000010111001001100011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E152D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E152D6; }

 p { color: rgb(225,82,214); }

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

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

 a { background-color: rgb(225,82,214); }

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

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

 span { border-color: rgb(225,82,214); }

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