Html Css Color HEX #ED8A89 Sweet Pink

📋 copy color: '#ED8A89'

red 237 ◦ green 138 ◦ blue 137

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

Shades of Sweet Pink #ED8A89

Tints of Sweet Pink #ED8A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 46.29%
G = 26.95%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED8A89 (or 0xED8A89) is known color: Sweet Pink. HEX triplet: ED, 8A and 89. RGB value is (237,138,137). Sum of RGB (Red+Green+Blue) = 237+138+137=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A89 is #127576. Grayscale: #A7A7A7. Windows color (decimal): -1209719 or 9013997. OLE color: 9013997.

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

Color convert

RGB 237 138 137 -
CMYK 0 0.42 0.42 0.07
HSL 0.6º 0.74% 0.73% -
HSV(B) 0.6º 0.42% 0.93% -
XYZ 48.53 37.99 28.44 -
YUV 167.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 237 138 137 0 0.42 0.42 0.07 0.6 0.74 0.73
Hex ED 8A 89 0 2A 2A 7 1 4A 49
Octal 355 212 211 0 52 52 7 1 112 111
Binary 11101101 10001010 10001001 0 101010 101010 111 1 1001010 1001001

Color Harmonies of #ED8A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8A89

Black with #ED8A89

Text Example


Text Example

White with #ED8A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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