Html Css Color HEX #ED167D Deep Pink

📋 copy color: '#ED167D'

red 237 ◦ green 22 ◦ blue 125

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

Shades of Deep Pink #ED167D

Tints of Deep Pink #ED167D

RGB

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

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

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

R = 61.72%
G = 5.73%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED167D (or 0xED167D) is known color: Deep Pink. HEX triplet: ED, 16 and 7D. RGB value is (237,22,125). Sum of RGB (Red+Green+Blue) = 237+22+125=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED167D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED167D is #12E982. Grayscale: #616161. Windows color (decimal): -1239427 or 8197869. OLE color: 8197869.

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

Color convert

RGB 237 22 125 -
CMYK 0 0.91 0.47 0.07
HSL 331.26º 0.86% 0.51% -
HSV(B) 331.26º 0.91% 0.93% -
XYZ 38.91 20.06 21.22 -
YUV 98.03 143.23 227.12 -
System Red Green Blue C M Y K H S L
Decimal 237 22 125 0 0.91 0.47 0.07 331.26 0.86 0.51
Hex ED 16 7D 0 5B 2F 7 14B 56 33
Octal 355 26 175 0 133 57 7 513 126 63
Binary 11101101 10110 1111101 0 1011011 101111 111 101001011 1010110 110011

Color Harmonies of #ED167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED167D

Black with #ED167D

Text Example


Text Example

White with #ED167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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