#EE4BCC

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

Shades of Free Speech Magenta #EE4BCC

Tints of Free Speech Magenta #EE4BCC

Color information

#EE4BCC (or 0xEE4BCC) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4B and CC. RGB value is (238,75,204). Sum of RGB (Red+Green+Blue) = 238+75+204=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BCC is #11B433. Grayscale: #8A8A8A. Windows color (decimal): -1160244 or 13388782. OLE color: 13388782.

HSL color Cylindrical-coordinate representation of color #EE4BCC: hue angle of 312.52º degrees, saturation: 0.83, 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 #EE4BCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23875204-
CMYK00.680.140.07
HSL312.52º82.74%61.37%-
HSV(B)312.52º68.49%93.33%-
XYZ48.6827.5759.88-
YUV138.44165199.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 75 (29.69% from 255) = 14.51%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=46.03%
G=14.51%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387520400.680.140.07312.5282.7461.37
HexEE4BCC044E7139533d
Octal356113314010416747112375
Binary111011101001011110011000100010011101111001110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4BCC; }

 p { color: rgb(238,75,204); }

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

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

 a { background-color: rgb(238,75,204); }

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

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

 span { border-color: rgb(238,75,204); }

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