#EE62CD

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

Shades of Free Speech Magenta #EE62CD

Tints of Free Speech Magenta #EE62CD

Color information

#EE62CD (or 0xEE62CD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 62 and CD. RGB value is (238,98,205). Sum of RGB (Red+Green+Blue) = 238+98+205=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE62CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE62CD is #119D32. Grayscale: #979797. Windows color (decimal): -1154355 or 13460206. OLE color: 13460206.

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

Color convert

RGB23898205-
CMYK00.590.140.07
HSL314.14º80.46%65.88%-
HSV(B)314.14º58.82%93.33%-
XYZ50.6531.3261.13-
YUV152.06157.88189.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 98 (38.67% from 255) = 18.11%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=43.99%
G=18.11%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389820500.590.140.07314.1480.4665.88
HexEE62CD03BE713a5042
Octal356142315073167472120102
Binary111011101100010110011010111011111011110011101010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE62CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE62CD; }

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

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

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

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

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

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

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

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