Html Css Color HEX #EC168A Deep Pink

📋 copy color: '#EC168A'

red 236 ◦ green 22 ◦ blue 138

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

Shades of Deep Pink #EC168A

Tints of Deep Pink #EC168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.56%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 59.6%
G = 5.56%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC168A (or 0xEC168A) is known color: Deep Pink. HEX triplet: EC, 16 and 8A. RGB value is (236,22,138). Sum of RGB (Red+Green+Blue) = 236+22+138=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC168A is #13E975. Grayscale: #626262. Windows color (decimal): -1304950 or 9049836. OLE color: 9049836.

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

Color convert

RGB 236 22 138 -
CMYK 0 0.91 0.42 0.07
HSL 327.48º 0.85% 0.51% -
HSV(B) 327.48º 0.91% 0.93% -
XYZ 39.47 20.24 25.87 -
YUV 99.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 236 22 138 0 0.91 0.42 0.07 327.48 0.85 0.51
Hex EC 16 8A 0 5B 2A 7 147 55 33
Octal 354 26 212 0 133 52 7 507 125 63
Binary 11101100 10110 10001010 0 1011011 101010 111 101000111 1010101 110011

Color Harmonies of #EC168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC168A

Black with #EC168A

Text Example


Text Example

White with #EC168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC168A; }

 p { color: rgb(236,22,138); }

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

background-color css

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

 a { background-color: rgb(236,22,138); }

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

border-color css

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

 span { border-color: rgb(236,22,138); }

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