Html Css Color HEX #EC0684 Deep Pink

📋 copy color: '#EC0684'

red 236 ◦ green 6 ◦ blue 132

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

Shades of Deep Pink #EC0684

Tints of Deep Pink #EC0684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 63.1%
G = 1.6%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0684 (or 0xEC0684) is known color: Deep Pink. HEX triplet: EC, 06 and 84. RGB value is (236,6,132). Sum of RGB (Red+Green+Blue) = 236+6+132=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0684 is #13F97B. Grayscale: #585858. Windows color (decimal): -1309052 or 8652524. OLE color: 8652524.

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

Color convert

RGB 236 6 132 -
CMYK 0 0.97 0.44 0.07
HSL 327.13º 0.95% 0.47% -
HSV(B) 327.13º 0.97% 0.93% -
XYZ 38.82 19.63 23.57 -
YUV 89.13 152.2 232.75 -
System Red Green Blue C M Y K H S L
Decimal 236 6 132 0 0.97 0.44 0.07 327.13 0.95 0.47
Hex EC 6 84 0 61 2C 7 147 5F 2F
Octal 354 6 204 0 141 54 7 507 137 57
Binary 11101100 110 10000100 0 1100001 101100 111 101000111 1011111 101111

Color Harmonies of #EC0684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0684

Black with #EC0684

Text Example


Text Example

White with #EC0684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0684; }

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

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

background-color css

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

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

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

border-color css

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

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

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