Html Css Color HEX #ED108A Deep Pink

📋 copy color: '#ED108A'

red 237 ◦ green 16 ◦ blue 138

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

Shades of Deep Pink #ED108A

Tints of Deep Pink #ED108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 60.61%
G = 4.09%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED108A (or 0xED108A) is known color: Deep Pink. HEX triplet: ED, 10 and 8A. RGB value is (237,16,138). Sum of RGB (Red+Green+Blue) = 237+16+138=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED108A is #12EF75. Grayscale: #5F5F5F. Windows color (decimal): -1240950 or 9048301. OLE color: 9048301.

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

Color convert

RGB 237 16 138 -
CMYK 0 0.93 0.42 0.07
HSL 326.88º 0.87% 0.5% -
HSV(B) 326.88º 0.93% 0.93% -
XYZ 39.7 20.21 25.85 -
YUV 95.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 237 16 138 0 0.93 0.42 0.07 326.88 0.87 0.5
Hex ED 10 8A 0 5D 2A 7 147 57 32
Octal 355 20 212 0 135 52 7 507 127 62
Binary 11101101 10000 10001010 0 1011101 101010 111 101000111 1010111 110010

Color Harmonies of #ED108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED108A

Black with #ED108A

Text Example


Text Example

White with #ED108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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