Html Css Color HEX #EC0688 Deep Pink

📋 copy color: '#EC0688'

red 236 ◦ green 6 ◦ blue 136

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

Shades of Deep Pink #EC0688

Tints of Deep Pink #EC0688

RGB

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

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

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

R = 62.43%
G = 1.59%
B = 35.98%

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

#EC0688 (or 0xEC0688) is known color: Deep Pink. HEX triplet: EC, 06 and 88. RGB value is (236,6,136). Sum of RGB (Red+Green+Blue) = 236+6+136=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0688 is #13F977. Grayscale: #595959. Windows color (decimal): -1309048 or 8914668. OLE color: 8914668.

HSL color Cylindrical-coordinate representation of color #EC0688: hue angle of 326.09º 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 #EC0688 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 136 -
CMYK 0 0.97 0.42 0.07
HSL 326.09º 0.95% 0.47% -
HSV(B) 326.09º 0.97% 0.93% -
XYZ 39.1 19.74 25.04 -
YUV 89.59 154.2 232.43 -
System Red Green Blue C M Y K H S L
Decimal 236 6 136 0 0.97 0.42 0.07 326.09 0.95 0.47
Hex EC 6 88 0 61 2A 7 146 5F 2F
Octal 354 6 210 0 141 52 7 506 137 57
Binary 11101100 110 10001000 0 1100001 101010 111 101000110 1011111 101111

Color Harmonies of #EC0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0688

Black with #EC0688

Text Example


Text Example

White with #EC0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0688; }

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

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

background-color css

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

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

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

border-color css

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

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

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