#EE46D5

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

Shades of Free Speech Magenta #EE46D5

Tints of Free Speech Magenta #EE46D5

Color information

#EE46D5 (or 0xEE46D5) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 46 and D5. RGB value is (238,70,213). Sum of RGB (Red+Green+Blue) = 238+70+213=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE46D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE46D5 is #11B92A. Grayscale: #888888. Windows color (decimal): -1161515 or 13977326. OLE color: 13977326.

HSL color Cylindrical-coordinate representation of color #EE46D5: hue angle of 308.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE46D5 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23870213-
CMYK00.710.110.07
HSL308.93º83.17%60.39%-
HSV(B)308.93º70.59%93.33%-
XYZ49.4627.3665.63-
YUV136.53171.16200.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 70 (27.73% from 255) = 13.44%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=45.68%
G=13.44%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387021300.710.110.07308.9383.1760.39
HexEE46D5047B7135533c
Octal356106325010713746512374
Binary111011101000110110101010100011110111111001101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE46D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE46D5; }

 p { color: rgb(238,70,213); }

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

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

 a { background-color: rgb(238,70,213); }

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

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

 span { border-color: rgb(238,70,213); }

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