Html Css Color HEX #ED8D88 Sweet Pink

📋 copy color: '#ED8D88'

red 237 ◦ green 141 ◦ blue 136

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

Shades of Sweet Pink #ED8D88

Tints of Sweet Pink #ED8D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.43%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 46.11%
G = 27.43%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED8D88 (or 0xED8D88) is known color: Sweet Pink. HEX triplet: ED, 8D and 88. RGB value is (237,141,136). Sum of RGB (Red+Green+Blue) = 237+141+136=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D88 is #127277. Grayscale: #A9A9A9. Windows color (decimal): -1208952 or 8949229. OLE color: 8949229.

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

Color convert

RGB 237 141 136 -
CMYK 0 0.41 0.43 0.07
HSL 2.97º 0.74% 0.73% -
HSV(B) 2.97º 0.43% 0.93% -
XYZ 48.89 38.83 28.21 -
YUV 169.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 237 141 136 0 0.41 0.43 0.07 2.97 0.74 0.73
Hex ED 8D 88 0 29 2B 7 3 4A 49
Octal 355 215 210 0 51 53 7 3 112 111
Binary 11101101 10001101 10001000 0 101001 101011 111 11 1001010 1001001

Color Harmonies of #ED8D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D88

Black with #ED8D88

Text Example


Text Example

White with #ED8D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D88; }

 p { color: rgb(237,141,136); }

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

background-color css

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

 a { background-color: rgb(237,141,136); }

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

border-color css

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

 span { border-color: rgb(237,141,136); }

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