#ee5eca

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

Shades of Free Speech Magenta #EE5ECA

Tints of Free Speech Magenta #EE5ECA

Color information

#EE5ECA (or 0xEE5ECA) is unknown color: approx Free Speech Magenta. HEX triplet: EE, 5E and CA. RGB value is (238,94,202). Sum of RGB (Red+Green+Blue) = 238+94+202=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ECA is #11A135. Grayscale: #959595. Windows color (decimal): -1155382 or 13262574. OLE color: 13262574.

HSL color Cylindrical-coordinate representation of color #EE5ECA: hue angle of 315º 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 #EE5ECA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23894202-
CMYK00.610.150.07
HSL315º80.9%65.1%-
HSV(B)315º60.5%93.33%-
XYZ49.9230.4559.12-
YUV149.37157.71191.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 94 (37.11% from 255) = 17.60%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=44.57%
G=17.60%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389420200.610.150.0731580.965.1
HexEE5ECA03DF713b5141
Octal356136312075177473121101
Binary111011101011110110010100111101111111110011101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee5eca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee5eca; }

 p { color: rgb(238,94,202); }

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

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

 a { background-color: rgb(238,94,202); }

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

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

 span { border-color: rgb(238,94,202); }

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