#EE4BCD

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

Shades of Free Speech Magenta #EE4BCD

Tints of Free Speech Magenta #EE4BCD

Color information

#EE4BCD (or 0xEE4BCD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4B and CD. RGB value is (238,75,205). Sum of RGB (Red+Green+Blue) = 238+75+205=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BCD is #11B432. Grayscale: #8A8A8A. Windows color (decimal): -1160243 or 13454318. OLE color: 13454318.

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

Color convert

RGB23875205-
CMYK00.680.140.07
HSL312.15º82.74%61.37%-
HSV(B)312.15º68.49%93.33%-
XYZ48.827.6260.52-
YUV138.56165.5198.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 75 (29.69% from 255) = 14.48%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=45.95%
G=14.48%
B=39.58%

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
Decimal2387520500.680.140.07312.1582.7461.37
HexEE4BCD044E7138533d
Octal356113315010416747012375
Binary111011101001011110011010100010011101111001110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4BCD; }

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

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

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

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

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

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

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

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