#EC5BE8

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

Shades of Free Speech Magenta #EC5BE8

Tints of Free Speech Magenta #EC5BE8

Color information

#EC5BE8 (or 0xEC5BE8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5B and E8. RGB value is (236,91,232). Sum of RGB (Red+Green+Blue) = 236+91+232=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BE8 is #13A417. Grayscale: #969696. Windows color (decimal): -1287192 or 15227884. OLE color: 15227884.

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

Color convert

RGB23691232-
CMYK00.610.020.07
HSL301.66º79.23%64.12%-
HSV(B)301.66º61.44%92.55%-
XYZ52.931.1479.57-
YUV150.43174.04189.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 91 (35.94% from 255) = 16.28%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=42.22%
G=16.28%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369123200.610.020.07301.6679.2364.12
HexEC5BE803D2712e4f40
Octal35413335007527456117100
Binary1110110010110111110100001111011011110010111010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5BE8; }

 p { color: rgb(236,91,232); }

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

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

 a { background-color: rgb(236,91,232); }

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

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

 span { border-color: rgb(236,91,232); }

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