#EE4BD2

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

Shades of Free Speech Magenta #EE4BD2

Tints of Free Speech Magenta #EE4BD2

Color information

#EE4BD2 (or 0xEE4BD2) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 4B and D2. RGB value is (238,75,210). Sum of RGB (Red+Green+Blue) = 238+75+210=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BD2 is #11B42D. Grayscale: #8A8A8A. Windows color (decimal): -1160238 or 13781998. OLE color: 13781998.

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

Color convert

RGB23875210-
CMYK00.680.120.07
HSL310.31º82.74%61.37%-
HSV(B)310.31º68.49%93.33%-
XYZ49.4127.8663.75-
YUV139.13168198.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 75 (29.69% from 255) = 14.34%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=45.51%
G=14.34%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387521000.680.120.07310.3182.7461.37
HexEE4BD2044C7136533d
Octal356113322010414746612375
Binary111011101001011110100100100010011001111001101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4BD2; }

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

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

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

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

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

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

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

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