Html Css Color HEX #ED6189 Dark Pink

📋 copy color: '#ED6189'

red 237 ◦ green 97 ◦ blue 137

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

Shades of Dark Pink #ED6189

Tints of Dark Pink #ED6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 50.32%
G = 20.59%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED6189 (or 0xED6189) is known color: Dark Pink. HEX triplet: ED, 61 and 89. RGB value is (237,97,137). Sum of RGB (Red+Green+Blue) = 237+97+137=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6189 is #129E76. Grayscale: #8F8F8F. Windows color (decimal): -1220215 or 9003501. OLE color: 9003501.

HSL color Cylindrical-coordinate representation of color #ED6189: hue angle of 342.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6189 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 137 -
CMYK 0 0.59 0.42 0.07
HSL 342.86º 0.8% 0.65% -
HSV(B) 342.86º 0.59% 0.93% -
XYZ 43.72 28.36 26.84 -
YUV 143.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 237 97 137 0 0.59 0.42 0.07 342.86 0.8 0.65
Hex ED 61 89 0 3B 2A 7 157 50 41
Octal 355 141 211 0 73 52 7 527 120 101
Binary 11101101 1100001 10001001 0 111011 101010 111 101010111 1010000 1000001

Color Harmonies of #ED6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6189

Black with #ED6189

Text Example


Text Example

White with #ED6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6189; }

 p { color: rgb(237,97,137); }

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

background-color css

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

 a { background-color: rgb(237,97,137); }

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

border-color css

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

 span { border-color: rgb(237,97,137); }

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