#EE42E3

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

Shades of Free Speech Magenta #EE42E3

Tints of Free Speech Magenta #EE42E3

Color information

#EE42E3 (or 0xEE42E3) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 42 and E3. RGB value is (238,66,227). Sum of RGB (Red+Green+Blue) = 238+66+227=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42E3 is #11BD1C. Grayscale: #878787. Windows color (decimal): -1162525 or 14893806. OLE color: 14893806.

HSL color Cylindrical-coordinate representation of color #EE42E3: hue angle of 303.84º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42E3 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB23866227-
CMYK00.720.050.07
HSL303.84º83.5%59.61%-
HSV(B)303.84º72.27%93.33%-
XYZ51.0727.6275.31-
YUV135.78179.48200.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 66 (26.17% from 255) = 12.43%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=44.82%
G=12.43%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386622700.720.050.07303.8483.559.61
HexEE42E304857130533c
Octal35610234301105746012374
Binary11101110100001011100011010010001011111001100001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42E3; }

 p { color: rgb(238,66,227); }

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

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

 a { background-color: rgb(238,66,227); }

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

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

 span { border-color: rgb(238,66,227); }

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