Html Css Color HEX #EC1085 Deep Pink

📋 copy color: '#EC1085'

red 236 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #EC1085

Tints of Deep Pink #EC1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.16%

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

R = 61.3%
G = 4.16%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1085 (or 0xEC1085) is known color: Deep Pink. HEX triplet: EC, 10 and 85. RGB value is (236,16,133). Sum of RGB (Red+Green+Blue) = 236+16+133=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1085 is #13EF7A. Grayscale: #5E5E5E. Windows color (decimal): -1306491 or 8720620. OLE color: 8720620.

HSL color Cylindrical-coordinate representation of color #EC1085: hue angle of 328.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1085 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 133 -
CMYK 0 0.93 0.44 0.07
HSL 328.09º 0.87% 0.49% -
HSV(B) 328.09º 0.93% 0.93% -
XYZ 39.01 19.9 23.97 -
YUV 95.12 149.39 228.49 -
System Red Green Blue C M Y K H S L
Decimal 236 16 133 0 0.93 0.44 0.07 328.09 0.87 0.49
Hex EC 10 85 0 5D 2C 7 148 57 31
Octal 354 20 205 0 135 54 7 510 127 61
Binary 11101100 10000 10000101 0 1011101 101100 111 101001000 1010111 110001

Color Harmonies of #EC1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1085

Black with #EC1085

Text Example


Text Example

White with #EC1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1085; }

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

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

background-color css

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

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

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

border-color css

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

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

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