Html Css Color HEX #EC067C Deep Pink

📋 copy color: '#EC067C'

red 236 ◦ green 6 ◦ blue 124

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

Shades of Deep Pink #EC067C

Tints of Deep Pink #EC067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 64.48%
G = 1.64%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC067C (or 0xEC067C) is known color: Deep Pink. HEX triplet: EC, 06 and 7C. RGB value is (236,6,124). Sum of RGB (Red+Green+Blue) = 236+6+124=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067C is #13F983. Grayscale: #575757. Windows color (decimal): -1309060 or 8128236. OLE color: 8128236.

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

Color convert

RGB 236 6 124 -
CMYK 0 0.97 0.47 0.07
HSL 329.22º 0.95% 0.47% -
HSV(B) 329.22º 0.97% 0.93% -
XYZ 38.3 19.42 20.8 -
YUV 88.22 148.2 233.41 -
System Red Green Blue C M Y K H S L
Decimal 236 6 124 0 0.97 0.47 0.07 329.22 0.95 0.47
Hex EC 6 7C 0 61 2F 7 149 5F 2F
Octal 354 6 174 0 141 57 7 511 137 57
Binary 11101100 110 1111100 0 1100001 101111 111 101001001 1011111 101111

Color Harmonies of #EC067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC067C

Black with #EC067C

Text Example


Text Example

White with #EC067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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