Html Css Color HEX #EC0689 Deep Pink

📋 copy color: '#EC0689'

red 236 ◦ green 6 ◦ blue 137

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

Shades of Deep Pink #EC0689

Tints of Deep Pink #EC0689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 62.27%
G = 1.58%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC0689 (or 0xEC0689) is known color: Deep Pink. HEX triplet: EC, 06 and 89. RGB value is (236,6,137). Sum of RGB (Red+Green+Blue) = 236+6+137=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0689 is #13F976. Grayscale: #595959. Windows color (decimal): -1309047 or 8980204. OLE color: 8980204.

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

Color convert

RGB 236 6 137 -
CMYK 0 0.97 0.42 0.07
HSL 325.83º 0.95% 0.47% -
HSV(B) 325.83º 0.97% 0.93% -
XYZ 39.17 19.77 25.42 -
YUV 89.7 154.7 232.35 -
System Red Green Blue C M Y K H S L
Decimal 236 6 137 0 0.97 0.42 0.07 325.83 0.95 0.47
Hex EC 6 89 0 61 2A 7 146 5F 2F
Octal 354 6 211 0 141 52 7 506 137 57
Binary 11101100 110 10001001 0 1100001 101010 111 101000110 1011111 101111

Color Harmonies of #EC0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0689

Black with #EC0689

Text Example


Text Example

White with #EC0689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0689; }

 p { color: rgb(236,6,137); }

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

background-color css

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

 a { background-color: rgb(236,6,137); }

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

border-color css

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

 span { border-color: rgb(236,6,137); }

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