Html Css Color HEX #EC067E Deep Pink

📋 copy color: '#EC067E'

red 236 ◦ green 6 ◦ blue 126

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

Shades of Deep Pink #EC067E

Tints of Deep Pink #EC067E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 64.13%
G = 1.63%
B = 34.24%

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

#EC067E (or 0xEC067E) is known color: Deep Pink. HEX triplet: EC, 06 and 7E. RGB value is (236,6,126). Sum of RGB (Red+Green+Blue) = 236+6+126=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067E is #13F981. Grayscale: #585858. Windows color (decimal): -1309058 or 8259308. OLE color: 8259308.

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

Color convert

RGB 236 6 126 -
CMYK 0 0.97 0.47 0.07
HSL 328.7º 0.95% 0.47% -
HSV(B) 328.7º 0.97% 0.93% -
XYZ 38.42 19.47 21.47 -
YUV 88.45 149.2 233.24 -
System Red Green Blue C M Y K H S L
Decimal 236 6 126 0 0.97 0.47 0.07 328.7 0.95 0.47
Hex EC 6 7E 0 61 2F 7 149 5F 2F
Octal 354 6 176 0 141 57 7 511 137 57
Binary 11101100 110 1111110 0 1100001 101111 111 101001001 1011111 101111

Color Harmonies of #EC067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC067E

Black with #EC067E

Text Example


Text Example

White with #EC067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC067E; }

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

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

background-color css

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

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

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

border-color css

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

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

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