Html Css Color HEX #ED167C Deep Pink

📋 copy color: '#ED167C'

red 237 ◦ green 22 ◦ blue 124

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

Shades of Deep Pink #ED167C

Tints of Deep Pink #ED167C

RGB

 RED value IS 237 (92.97% from 255) = 61.88%

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 61.88%
G = 5.74%
B = 32.38%

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

#ED167C (or 0xED167C) is known color: Deep Pink. HEX triplet: ED, 16 and 7C. RGB value is (237,22,124). Sum of RGB (Red+Green+Blue) = 237+22+124=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED167C is #12E983. Grayscale: #616161. Windows color (decimal): -1239428 or 8132333. OLE color: 8132333.

HSL color Cylindrical-coordinate representation of color #ED167C: hue angle of 331.53º degrees, saturation: 0.86, 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 #ED167C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 124 -
CMYK 0 0.91 0.48 0.07
HSL 331.53º 0.86% 0.51% -
HSV(B) 331.53º 0.91% 0.93% -
XYZ 38.85 20.03 20.89 -
YUV 97.91 142.73 227.21 -
System Red Green Blue C M Y K H S L
Decimal 237 22 124 0 0.91 0.48 0.07 331.53 0.86 0.51
Hex ED 16 7C 0 5B 30 7 14C 56 33
Octal 355 26 174 0 133 60 7 514 126 63
Binary 11101101 10110 1111100 0 1011011 110000 111 101001100 1010110 110011

Color Harmonies of #ED167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED167C

Black with #ED167C

Text Example


Text Example

White with #ED167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED167C; }

 p { color: rgb(237,22,124); }

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

background-color css

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

 a { background-color: rgb(237,22,124); }

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

border-color css

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

 span { border-color: rgb(237,22,124); }

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