#EC6286

Color #EC6286 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EC6286

Tints of Dark Pink #EC6286

Color information

#EC6286 (or 0xEC6286) is unknown color: approx Dark Pink. HEX triplet: EC, 62 and 86. RGB value is (236,98,134). Sum of RGB (Red+Green+Blue) = 236+98+134=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6286 is #139D79. Grayscale: #8F8F8F. Windows color (decimal): -1285498 or 8807148. OLE color: 8807148.

HSL color Cylindrical-coordinate representation of color #EC6286: hue angle of 344.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6286 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB23698134-
CMYK00.580.430.07
HSL344.35º78.41%65.49%-
HSV(B)344.35º58.47%92.55%-
XYZ43.2628.2925.73-
YUV143.37122.72194.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=50.43%
G=20.94%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369813400.580.430.07344.3578.4165.49
HexEC628603A2B71584e41
Octal354142206072537530116101
Binary11101100110001010000110011101010101111110101100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6286; }

 p { color: rgb(236,98,134); }

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

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

 a { background-color: rgb(236,98,134); }

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

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

 span { border-color: rgb(236,98,134); }

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