Html Css Color HEX #EC067F Deep Pink

📋 copy color: '#EC067F'

red 236 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #EC067F

Tints of Deep Pink #EC067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 63.96%
G = 1.63%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC067F (or 0xEC067F) is known color: Deep Pink. HEX triplet: EC, 06 and 7F. RGB value is (236,6,127). Sum of RGB (Red+Green+Blue) = 236+6+127=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC067F is #13F980. Grayscale: #585858. Windows color (decimal): -1309057 or 8324844. OLE color: 8324844.

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

Color convert

RGB 236 6 127 -
CMYK 0 0.97 0.46 0.07
HSL 328.43º 0.95% 0.47% -
HSV(B) 328.43º 0.97% 0.93% -
XYZ 38.49 19.5 21.81 -
YUV 88.56 149.7 233.16 -
System Red Green Blue C M Y K H S L
Decimal 236 6 127 0 0.97 0.46 0.07 328.43 0.95 0.47
Hex EC 6 7F 0 61 2E 7 148 5F 2F
Octal 354 6 177 0 141 56 7 510 137 57
Binary 11101100 110 1111111 0 1100001 101110 111 101001000 1011111 101111

Color Harmonies of #EC067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC067F

Black with #EC067F

Text Example


Text Example

White with #EC067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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