Html Css Color HEX #ED168D Deep Pink

📋 copy color: '#ED168D'

red 237 ◦ green 22 ◦ blue 141

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

Shades of Deep Pink #ED168D

Tints of Deep Pink #ED168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 59.25%
G = 5.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED168D (or 0xED168D) is known color: Deep Pink. HEX triplet: ED, 16 and 8D. RGB value is (237,22,141). Sum of RGB (Red+Green+Blue) = 237+22+141=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED168D is #12E972. Grayscale: #636363. Windows color (decimal): -1239411 or 9246445. OLE color: 9246445.

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

Color convert

RGB 237 22 141 -
CMYK 0 0.91 0.41 0.07
HSL 326.79º 0.86% 0.51% -
HSV(B) 326.79º 0.91% 0.93% -
XYZ 40.02 20.5 27.05 -
YUV 99.85 151.23 225.82 -
System Red Green Blue C M Y K H S L
Decimal 237 22 141 0 0.91 0.41 0.07 326.79 0.86 0.51
Hex ED 16 8D 0 5B 29 7 147 56 33
Octal 355 26 215 0 133 51 7 507 126 63
Binary 11101101 10110 10001101 0 1011011 101001 111 101000111 1010110 110011

Color Harmonies of #ED168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED168D

Black with #ED168D

Text Example


Text Example

White with #ED168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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