#ec388f

Color #EC388F Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EC388F

Tints of Violet Red #EC388F

Color information

#EC388F (or 0xEC388F) is unknown color: approx Violet Red. HEX triplet: EC, 38 and 8F. RGB value is (236,56,143). Sum of RGB (Red+Green+Blue) = 236+56+143=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC388F is #13C770. Grayscale: #777777. Windows color (decimal): -1296241 or 9386220. OLE color: 9386220.

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

Color convert

RGB23656143-
CMYK00.760.390.07
HSL331º82.57%57.25%-
HSV(B)331º76.27%92.55%-
XYZ40.9622.6428.2-
YUV119.74141.13210.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.25%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=54.25%
G=12.87%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365614300.760.390.0733182.5757.25
HexEC388F04C27714b5339
Octal35470217011447751312371
Binary1110110011100010001111010011001001111111010010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec388f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec388f; }

 p { color: rgb(236,56,143); }

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

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

 a { background-color: rgb(236,56,143); }

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

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

 span { border-color: rgb(236,56,143); }

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