#EE5CCD

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

Shades of Free Speech Magenta #EE5CCD

Tints of Free Speech Magenta #EE5CCD

Color information

#EE5CCD (or 0xEE5CCD) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 5C and CD. RGB value is (238,92,205). Sum of RGB (Red+Green+Blue) = 238+92+205=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5CCD is #11A332. Grayscale: #949494. Windows color (decimal): -1155891 or 13458670. OLE color: 13458670.

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

Color convert

RGB23892205-
CMYK00.610.140.07
HSL313.56º81.11%64.71%-
HSV(B)313.56º61.34%93.33%-
XYZ50.1130.2460.95-
YUV148.54159.87191.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 92 (36.33% from 255) = 17.20%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=44.49%
G=17.20%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389220500.610.140.07313.5681.1164.71
HexEE5CCD03DE713a5141
Octal356134315075167472121101
Binary111011101011100110011010111101111011110011101010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5CCD; }

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

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

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

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

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

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

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

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