Html Css Color HEX #ED169D Deep Pink

📋 copy color: '#ED169D'

red 237 ◦ green 22 ◦ blue 157

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

Shades of Deep Pink #ED169D

Tints of Deep Pink #ED169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 56.97%
G = 5.29%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED169D (or 0xED169D) is known color: Deep Pink. HEX triplet: ED, 16 and 9D. RGB value is (237,22,157). Sum of RGB (Red+Green+Blue) = 237+22+157=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED169D is #12E962. Grayscale: #656565. Windows color (decimal): -1239395 or 10295021. OLE color: 10295021.

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

Color convert

RGB 237 22 157 -
CMYK 0 0.91 0.34 0.07
HSL 322.33º 0.86% 0.51% -
HSV(B) 322.33º 0.91% 0.93% -
XYZ 41.3 21.01 33.78 -
YUV 101.68 159.23 224.52 -
System Red Green Blue C M Y K H S L
Decimal 237 22 157 0 0.91 0.34 0.07 322.33 0.86 0.51
Hex ED 16 9D 0 5B 22 7 142 56 33
Octal 355 26 235 0 133 42 7 502 126 63
Binary 11101101 10110 10011101 0 1011011 100010 111 101000010 1010110 110011

Color Harmonies of #ED169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED169D

Black with #ED169D

Text Example


Text Example

White with #ED169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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