#EE45DD

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

Shades of Free Speech Magenta #EE45DD

Tints of Free Speech Magenta #EE45DD

Color information

#EE45DD (or 0xEE45DD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 45 and DD. RGB value is (238,69,221). Sum of RGB (Red+Green+Blue) = 238+69+221=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45DD is #11BA22. Grayscale: #888888. Windows color (decimal): -1161763 or 14501358. OLE color: 14501358.

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

Color convert

RGB23869221-
CMYK00.710.070.07
HSL306.04º83.25%60.2%-
HSV(B)306.04º71.01%93.33%-
XYZ50.4427.6571.09-
YUV136.86175.49200.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 69 (27.34% from 255) = 13.07%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=45.08%
G=13.07%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386922100.710.070.07306.0483.2560.2
HexEE45DD04777132533c
Octal35610533501077746212374
Binary11101110100010111011101010001111111111001100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE45DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE45DD; }

 p { color: rgb(238,69,221); }

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

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

 a { background-color: rgb(238,69,221); }

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

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

 span { border-color: rgb(238,69,221); }

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