#EC65E3

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

Shades of Free Speech Magenta #EC65E3

Tints of Free Speech Magenta #EC65E3

Color information

#EC65E3 (or 0xEC65E3) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 65 and E3. RGB value is (236,101,227). Sum of RGB (Red+Green+Blue) = 236+101+227=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65E3 is #139A1C. Grayscale: #9B9B9B. Windows color (decimal): -1284637 or 14902764. OLE color: 14902764.

HSL color Cylindrical-coordinate representation of color #EC65E3: hue angle of 304º degrees, saturation: 0.78, 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 #EC65E3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236101227-
CMYK00.570.040.07
HSL304º78.03%66.08%-
HSV(B)304º57.2%92.55%-
XYZ53.1132.6976.18-
YUV155.73168.23185.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 101 (39.84% from 255) = 17.91%
BLUE value IS 227 (89.06% from 255) = 40.25%
R=41.84%
G=17.91%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610122700.570.040.0730478.0366.08
HexEC65E3039471304e42
Octal35414534307147460116102
Binary11101100110010111100011011100110011110011000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65E3; }

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

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

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

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

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

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

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

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