Html Css Color HEX #EC157B Deep Pink

📋 copy color: '#EC157B'

red 236 ◦ green 21 ◦ blue 123

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

Shades of Deep Pink #EC157B

Tints of Deep Pink #EC157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.53%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 62.11%
G = 5.53%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC157B (or 0xEC157B) is known color: Deep Pink. HEX triplet: EC, 15 and 7B. RGB value is (236,21,123). Sum of RGB (Red+Green+Blue) = 236+21+123=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC157B is #13EA84. Grayscale: #606060. Windows color (decimal): -1305221 or 8066540. OLE color: 8066540.

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

Color convert

RGB 236 21 123 -
CMYK 0 0.91 0.48 0.07
HSL 331.53º 0.85% 0.5% -
HSV(B) 331.53º 0.91% 0.93% -
XYZ 38.44 19.8 20.53 -
YUV 96.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 236 21 123 0 0.91 0.48 0.07 331.53 0.85 0.5
Hex EC 15 7B 0 5B 30 7 14C 55 32
Octal 354 25 173 0 133 60 7 514 125 62
Binary 11101100 10101 1111011 0 1011011 110000 111 101001100 1010101 110010

Color Harmonies of #EC157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC157B

Black with #EC157B

Text Example


Text Example

White with #EC157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC157B; }

 p { color: rgb(236,21,123); }

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

background-color css

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

 a { background-color: rgb(236,21,123); }

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

border-color css

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

 span { border-color: rgb(236,21,123); }

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