Html Css Color HEX #EC0685 Deep Pink

📋 copy color: '#EC0685'

red 236 ◦ green 6 ◦ blue 133

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

Shades of Deep Pink #EC0685

Tints of Deep Pink #EC0685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 62.93%
G = 1.6%
B = 35.47%

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

#EC0685 (or 0xEC0685) is known color: Deep Pink. HEX triplet: EC, 06 and 85. RGB value is (236,6,133). Sum of RGB (Red+Green+Blue) = 236+6+133=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0685 is #13F97A. Grayscale: #585858. Windows color (decimal): -1309051 or 8718060. OLE color: 8718060.

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

Color convert

RGB 236 6 133 -
CMYK 0 0.97 0.44 0.07
HSL 326.87º 0.95% 0.47% -
HSV(B) 326.87º 0.97% 0.93% -
XYZ 38.89 19.66 23.93 -
YUV 89.25 152.7 232.67 -
System Red Green Blue C M Y K H S L
Decimal 236 6 133 0 0.97 0.44 0.07 326.87 0.95 0.47
Hex EC 6 85 0 61 2C 7 147 5F 2F
Octal 354 6 205 0 141 54 7 507 137 57
Binary 11101100 110 10000101 0 1100001 101100 111 101000111 1011111 101111

Color Harmonies of #EC0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0685

Black with #EC0685

Text Example


Text Example

White with #EC0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0685; }

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

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

background-color css

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

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

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

border-color css

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

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

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