Html Css Color HEX #ED8D8C Sweet Pink

📋 copy color: '#ED8D8C'

red 237 ◦ green 141 ◦ blue 140

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

Shades of Sweet Pink #ED8D8C

Tints of Sweet Pink #ED8D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 45.75%
G = 27.22%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED8D8C (or 0xED8D8C) is known color: Sweet Pink. HEX triplet: ED, 8D and 8C. RGB value is (237,141,140). Sum of RGB (Red+Green+Blue) = 237+141+140=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D8C is #127273. Grayscale: #A9A9A9. Windows color (decimal): -1208948 or 9211373. OLE color: 9211373.

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

Color convert

RGB 237 141 140 -
CMYK 0 0.41 0.41 0.07
HSL 0.62º 0.73% 0.74% -
HSV(B) 0.62º 0.41% 0.93% -
XYZ 49.18 38.95 29.74 -
YUV 169.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 237 141 140 0 0.41 0.41 0.07 0.62 0.73 0.74
Hex ED 8D 8C 0 29 29 7 1 49 4A
Octal 355 215 214 0 51 51 7 1 111 112
Binary 11101101 10001101 10001100 0 101001 101001 111 1 1001001 1001010

Color Harmonies of #ED8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D8C

Black with #ED8D8C

Text Example


Text Example

White with #ED8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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