Html Css Color HEX #ED8F89 Sweet Pink

📋 copy color: '#ED8F89'

red 237 ◦ green 143 ◦ blue 137

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

Shades of Sweet Pink #ED8F89

Tints of Sweet Pink #ED8F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

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

R = 45.84%
G = 27.66%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED8F89 (or 0xED8F89) is known color: Sweet Pink. HEX triplet: ED, 8F and 89. RGB value is (237,143,137). Sum of RGB (Red+Green+Blue) = 237+143+137=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F89 is #127076. Grayscale: #AAAAAA. Windows color (decimal): -1208439 or 9015277. OLE color: 9015277.

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

Color convert

RGB 237 143 137 -
CMYK 0 0.40 0.42 0.07
HSL 3.6º 0.74% 0.73% -
HSV(B) 3.6º 0.42% 0.93% -
XYZ 49.26 39.46 28.69 -
YUV 170.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 237 143 137 0 0.40 0.42 0.07 3.6 0.74 0.73
Hex ED 8F 89 0 28 2A 7 4 4A 49
Octal 355 217 211 0 50 52 7 4 112 111
Binary 11101101 10001111 10001001 0 101000 101010 111 100 1001010 1001001

Color Harmonies of #ED8F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F89

Black with #ED8F89

Text Example


Text Example

White with #ED8F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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