#EE58CD

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

Shades of Free Speech Magenta #EE58CD

Tints of Free Speech Magenta #EE58CD

Color information

#EE58CD (or 0xEE58CD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 58 and CD. RGB value is (238,88,205). Sum of RGB (Red+Green+Blue) = 238+88+205=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58CD is #11A732. Grayscale: #919191. Windows color (decimal): -1156915 or 13457646. OLE color: 13457646.

HSL color Cylindrical-coordinate representation of color #EE58CD: hue angle of 313.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE58CD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23888205-
CMYK00.630.140.07
HSL313.2º81.52%63.92%-
HSV(B)313.2º63.03%93.33%-
XYZ49.7729.5660.84-
YUV146.19161.2193.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 88 (34.77% from 255) = 16.57%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=44.82%
G=16.57%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388820500.630.140.07313.281.5263.92
HexEE58CD03FE71395240
Octal356130315077167471122100
Binary111011101011000110011010111111111011110011100110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE58CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE58CD; }

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

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

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

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

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

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

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

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