Html Css Color HEX #ED9189 Sweet Pink

📋 copy color: '#ED9189'

red 237 ◦ green 145 ◦ blue 137

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

Shades of Sweet Pink #ED9189

Tints of Sweet Pink #ED9189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

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

R = 45.66%
G = 27.94%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9189 (or 0xED9189) is known color: Sweet Pink. HEX triplet: ED, 91 and 89. RGB value is (237,145,137). Sum of RGB (Red+Green+Blue) = 237+145+137=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9189 is #126E76. Grayscale: #ABABAB. Windows color (decimal): -1207927 or 9015789. OLE color: 9015789.

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

Color convert

RGB 237 145 137 -
CMYK 0 0.39 0.42 0.07
HSL 4.8º 0.74% 0.73% -
HSV(B) 4.8º 0.42% 0.93% -
XYZ 49.57 40.06 28.79 -
YUV 171.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 237 145 137 0 0.39 0.42 0.07 4.8 0.74 0.73
Hex ED 91 89 0 27 2A 7 5 4A 49
Octal 355 221 211 0 47 52 7 5 112 111
Binary 11101101 10010001 10001001 0 100111 101010 111 101 1001010 1001001

Color Harmonies of #ED9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9189

Black with #ED9189

Text Example


Text Example

White with #ED9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9189; }

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

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

background-color css

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

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

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

border-color css

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

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

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