#EE41DB

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

Shades of Free Speech Magenta #EE41DB

Tints of Free Speech Magenta #EE41DB

Color information

#EE41DB (or 0xEE41DB) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 41 and DB. RGB value is (238,65,219). Sum of RGB (Red+Green+Blue) = 238+65+219=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41DB is #11BE24. Grayscale: #858585. Windows color (decimal): -1162789 or 14369262. OLE color: 14369262.

HSL color Cylindrical-coordinate representation of color #EE41DB: hue angle of 306.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41DB is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23865219-
CMYK00.730.080.07
HSL306.59º83.57%59.41%-
HSV(B)306.59º72.69%93.33%-
XYZ49.9427.0769.61-
YUV134.28175.81201.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.59%
GREEN value IS 65 (25.78% from 255) = 12.45%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=45.59%
G=12.45%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386521900.730.080.07306.5983.5759.41
HexEE41DB04987133543b
Octal356101333011110746312473
Binary111011101000001110110110100100110001111001100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE41DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE41DB; }

 p { color: rgb(238,65,219); }

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

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

 a { background-color: rgb(238,65,219); }

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

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

 span { border-color: rgb(238,65,219); }

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