#EC65ED

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

Shades of Free Speech Magenta #EC65ED

Tints of Free Speech Magenta #EC65ED

Color information

#EC65ED (or 0xEC65ED) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 65 and ED. RGB value is (236,101,237). Sum of RGB (Red+Green+Blue) = 236+101+237=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65ED is #139A12. Grayscale: #9C9C9C. Windows color (decimal): -1284627 or 15558124. OLE color: 15558124.

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

Color convert

RGB236101237-
CMYK0.000.5700.07
HSL299.56º79.07%66.27%-
HSV(B)299.56º57.38%92.94%-
XYZ54.5333.2583.67-
YUV156.87173.23184.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 101 (39.84% from 255) = 17.60%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=41.11%
G=17.60%
B=41.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361012370.000.5700.07299.5679.0766.27
HexEC65ED0390712c4f42
Octal35414535507107454117102
Binary111011001100101111011010111001011110010110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65ED; }

 p { color: rgb(236,101,237); }

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

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

 a { background-color: rgb(236,101,237); }

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

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

 span { border-color: rgb(236,101,237); }

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