Html Css Color HEX #ED8B89 Sweet Pink

📋 copy color: '#ED8B89'

red 237 ◦ green 139 ◦ blue 137

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

Shades of Sweet Pink #ED8B89

Tints of Sweet Pink #ED8B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

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

R = 46.2%
G = 27.1%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED8B89 (or 0xED8B89) is known color: Sweet Pink. HEX triplet: ED, 8B and 89. RGB value is (237,139,137). Sum of RGB (Red+Green+Blue) = 237+139+137=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B89 is #127476. Grayscale: #A8A8A8. Windows color (decimal): -1209463 or 9014253. OLE color: 9014253.

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

Color convert

RGB 237 139 137 -
CMYK 0 0.41 0.42 0.07
HSL 1.2º 0.74% 0.73% -
HSV(B) 1.2º 0.42% 0.93% -
XYZ 48.67 38.28 28.49 -
YUV 168.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 237 139 137 0 0.41 0.42 0.07 1.2 0.74 0.73
Hex ED 8B 89 0 29 2A 7 1 4A 49
Octal 355 213 211 0 51 52 7 1 112 111
Binary 11101101 10001011 10001001 0 101001 101010 111 1 1001010 1001001

Color Harmonies of #ED8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B89

Black with #ED8B89

Text Example


Text Example

White with #ED8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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