Html Css Color HEX #EC608F Dark Pink

📋 copy color: '#EC608F'

red 236 ◦ green 96 ◦ blue 143

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

Shades of Dark Pink #EC608F

Tints of Dark Pink #EC608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 49.68%
G = 20.21%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC608F (or 0xEC608F) is known color: Dark Pink. HEX triplet: EC, 60 and 8F. RGB value is (236,96,143). Sum of RGB (Red+Green+Blue) = 236+96+143=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608F is #139F70. Grayscale: #8F8F8F. Windows color (decimal): -1286001 or 9396460. OLE color: 9396460.

HSL color Cylindrical-coordinate representation of color #EC608F: hue angle of 339.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 #EC608F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 143 -
CMYK 0 0.59 0.39 0.07
HSL 339.86º 0.79% 0.65% -
HSV(B) 339.86º 0.59% 0.93% -
XYZ 43.73 28.18 29.12 -
YUV 143.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 236 96 143 0 0.59 0.39 0.07 339.86 0.79 0.65
Hex EC 60 8F 0 3B 27 7 154 4F 41
Octal 354 140 217 0 73 47 7 524 117 101
Binary 11101100 1100000 10001111 0 111011 100111 111 101010100 1001111 1000001

Color Harmonies of #EC608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC608F

Black with #EC608F

Text Example


Text Example

White with #EC608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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