#EC5CEB

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

Shades of Free Speech Magenta #EC5CEB

Tints of Free Speech Magenta #EC5CEB

Color information

#EC5CEB (or 0xEC5CEB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5C and EB. RGB value is (236,92,235). Sum of RGB (Red+Green+Blue) = 236+92+235=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CEB is #13A314. Grayscale: #969696. Windows color (decimal): -1286933 or 15424748. OLE color: 15424748.

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

Color convert

RGB23692235-
CMYK00.610.000.07
HSL300.42º79.12%64.31%-
HSV(B)300.42º61.02%92.55%-
XYZ53.4131.4981.86-
YUV151.36175.21188.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 92 (36.33% from 255) = 16.34%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=41.92%
G=16.34%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369223500.610.000.07300.4279.1264.31
HexEC5CEB03D0712c4f40
Octal35413435307507454117100
Binary111011001011100111010110111101011110010110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5CEB; }

 p { color: rgb(236,92,235); }

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

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

 a { background-color: rgb(236,92,235); }

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

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

 span { border-color: rgb(236,92,235); }

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