Html Css Color HEX #ED8D8A Sweet Pink

📋 copy color: '#ED8D8A'

red 237 ◦ green 141 ◦ blue 138

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

Shades of Sweet Pink #ED8D8A

Tints of Sweet Pink #ED8D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 45.93%
G = 27.33%
B = 26.74%

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

#ED8D8A (or 0xED8D8A) is known color: Sweet Pink. HEX triplet: ED, 8D and 8A. RGB value is (237,141,138). Sum of RGB (Red+Green+Blue) = 237+141+138=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8A is #127275. Grayscale: #A9A9A9. Windows color (decimal): -1208950 or 9080301. OLE color: 9080301.

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

Color convert

RGB 237 141 138 -
CMYK 0 0.41 0.42 0.07
HSL 1.82º 0.73% 0.74% -
HSV(B) 1.82º 0.42% 0.93% -
XYZ 49.04 38.89 28.97 -
YUV 169.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 237 141 138 0 0.41 0.42 0.07 1.82 0.73 0.74
Hex ED 8D 8A 0 29 2A 7 2 49 4A
Octal 355 215 212 0 51 52 7 2 111 112
Binary 11101101 10001101 10001010 0 101001 101010 111 10 1001001 1001010

Color Harmonies of #ED8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D8A

Black with #ED8D8A

Text Example


Text Example

White with #ED8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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