Html Css Color HEX #EC1B7D Deep Pink

📋 copy color: '#EC1B7D'

red 236 ◦ green 27 ◦ blue 125

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

Shades of Deep Pink #EC1B7D

Tints of Deep Pink #EC1B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.96%

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

R = 60.82%
G = 6.96%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC1B7D (or 0xEC1B7D) is known color: Deep Pink. HEX triplet: EC, 1B and 7D. RGB value is (236,27,125). Sum of RGB (Red+Green+Blue) = 236+27+125=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B7D is #13E482. Grayscale: #646464. Windows color (decimal): -1303683 or 8199148. OLE color: 8199148.

HSL color Cylindrical-coordinate representation of color #EC1B7D: hue angle of 331.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B7D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 27 125 -
CMYK 0 0.89 0.47 0.07
HSL 331.87º 0.85% 0.52% -
HSV(B) 331.87º 0.89% 0.93% -
XYZ 38.69 20.1 21.24 -
YUV 100.66 141.74 224.53 -
System Red Green Blue C M Y K H S L
Decimal 236 27 125 0 0.89 0.47 0.07 331.87 0.85 0.52
Hex EC 1B 7D 0 59 2F 7 14C 55 34
Octal 354 33 175 0 131 57 7 514 125 64
Binary 11101100 11011 1111101 0 1011001 101111 111 101001100 1010101 110100

Color Harmonies of #EC1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B7D

Black with #EC1B7D

Text Example


Text Example

White with #EC1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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