Html Css Color HEX #ED108D Deep Pink

📋 copy color: '#ED108D'

red 237 ◦ green 16 ◦ blue 141

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

Shades of Deep Pink #ED108D

Tints of Deep Pink #ED108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.06%

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

R = 60.15%
G = 4.06%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED108D (or 0xED108D) is known color: Deep Pink. HEX triplet: ED, 10 and 8D. RGB value is (237,16,141). Sum of RGB (Red+Green+Blue) = 237+16+141=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED108D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED108D is #12EF72. Grayscale: #606060. Windows color (decimal): -1240947 or 9244909. OLE color: 9244909.

HSL color Cylindrical-coordinate representation of color #ED108D: hue angle of 326.06º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED108D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 16 141 -
CMYK 0 0.93 0.41 0.07
HSL 326.06º 0.87% 0.5% -
HSV(B) 326.06º 0.93% 0.93% -
XYZ 39.92 20.3 27.01 -
YUV 96.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 237 16 141 0 0.93 0.41 0.07 326.06 0.87 0.5
Hex ED 10 8D 0 5D 29 7 146 57 32
Octal 355 20 215 0 135 51 7 506 127 62
Binary 11101101 10000 10001101 0 1011101 101001 111 101000110 1010111 110010

Color Harmonies of #ED108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED108D

Black with #ED108D

Text Example


Text Example

White with #ED108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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