Html Css Color HEX #EC6088 Dark Pink

📋 copy color: '#EC6088'

red 236 ◦ green 96 ◦ blue 136

#EC6088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EC6088

Tints of Dark Pink #EC6088

RGB

 RED value IS 236 (92.58% from 255) = 50.43%

 GREEN value IS 96 (37.89% from 255) = 20.51%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 50.43%
G = 20.51%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC6088 (or 0xEC6088) is known color: Dark Pink. HEX triplet: EC, 60 and 88. RGB value is (236,96,136). Sum of RGB (Red+Green+Blue) = 236+96+136=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6088 is #139F77. Grayscale: #8E8E8E. Windows color (decimal): -1286008 or 8937708. OLE color: 8937708.

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

Color convert

RGB 236 96 136 -
CMYK 0 0.59 0.42 0.07
HSL 342.86º 0.79% 0.65% -
HSV(B) 342.86º 0.59% 0.93% -
XYZ 43.22 27.98 26.41 -
YUV 142.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 236 96 136 0 0.59 0.42 0.07 342.86 0.79 0.65
Hex EC 60 88 0 3B 2A 7 157 4F 41
Octal 354 140 210 0 73 52 7 527 117 101
Binary 11101100 1100000 10001000 0 111011 101010 111 101010111 1001111 1000001

Color Harmonies of #EC6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6088

Black with #EC6088

Text Example


Text Example

White with #EC6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6088; }

 p { color: rgb(236,96,136); }

 H1.HeaderClassName
 {
   color: #EC6088;
 }
 .AnyTagClassName
 {
   color: #EC6088;
 }
</style>

background-color css

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

 a { background-color: rgb(236,96,136); }

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

border-color css

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

 span { border-color: rgb(236,96,136); }

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