Html Css Color HEX #ED8D82 Sweet Pink

📋 copy color: '#ED8D82'

red 237 ◦ green 141 ◦ blue 130

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

Shades of Sweet Pink #ED8D82

Tints of Sweet Pink #ED8D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 46.65%
G = 27.76%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8D82 (or 0xED8D82) is known color: Sweet Pink. HEX triplet: ED, 8D and 82. RGB value is (237,141,130). Sum of RGB (Red+Green+Blue) = 237+141+130=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D82 is #12727D. Grayscale: #A8A8A8. Windows color (decimal): -1208958 or 8556013. OLE color: 8556013.

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

Color convert

RGB 237 141 130 -
CMYK 0 0.41 0.45 0.07
HSL 6.17º 0.75% 0.72% -
HSV(B) 6.17º 0.45% 0.93% -
XYZ 48.48 38.67 26.03 -
YUV 168.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 237 141 130 0 0.41 0.45 0.07 6.17 0.75 0.72
Hex ED 8D 82 0 29 2D 7 6 4B 48
Octal 355 215 202 0 51 55 7 6 113 110
Binary 11101101 10001101 10000010 0 101001 101101 111 110 1001011 1001000

Color Harmonies of #ED8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D82

Black with #ED8D82

Text Example


Text Example

White with #ED8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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