Html Css Color HEX #EC067D Deep Pink

📋 copy color: '#EC067D'

red 236 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #EC067D

Tints of Deep Pink #EC067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 64.31%
G = 1.63%
B = 34.06%

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

#EC067D (or 0xEC067D) is known color: Deep Pink. HEX triplet: EC, 06 and 7D. RGB value is (236,6,125). Sum of RGB (Red+Green+Blue) = 236+6+125=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067D is #13F982. Grayscale: #585858. Windows color (decimal): -1309059 or 8193772. OLE color: 8193772.

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

Color convert

RGB 236 6 125 -
CMYK 0 0.97 0.47 0.07
HSL 328.96º 0.95% 0.47% -
HSV(B) 328.96º 0.97% 0.93% -
XYZ 38.36 19.44 21.13 -
YUV 88.34 148.7 233.32 -
System Red Green Blue C M Y K H S L
Decimal 236 6 125 0 0.97 0.47 0.07 328.96 0.95 0.47
Hex EC 6 7D 0 61 2F 7 149 5F 2F
Octal 354 6 175 0 141 57 7 511 137 57
Binary 11101100 110 1111101 0 1100001 101111 111 101001001 1011111 101111

Color Harmonies of #EC067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC067D

Black with #EC067D

Text Example


Text Example

White with #EC067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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