Html Css Color HEX #ED978D Sweet Pink

📋 copy color: '#ED978D'

red 237 ◦ green 151 ◦ blue 141

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

Shades of Sweet Pink #ED978D

Tints of Sweet Pink #ED978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.54%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 44.8%
G = 28.54%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED978D (or 0xED978D) is known color: Sweet Pink. HEX triplet: ED, 97 and 8D. RGB value is (237,151,141). Sum of RGB (Red+Green+Blue) = 237+151+141=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978D is #126872. Grayscale: #AFAFAF. Windows color (decimal): -1206387 or 9279469. OLE color: 9279469.

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

Color convert

RGB 237 151 141 -
CMYK 0 0.36 0.41 0.07
HSL 6.25º 0.73% 0.74% -
HSV(B) 6.25º 0.41% 0.93% -
XYZ 50.8 42.06 30.64 -
YUV 175.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 237 151 141 0 0.36 0.41 0.07 6.25 0.73 0.74
Hex ED 97 8D 0 24 29 7 6 49 4A
Octal 355 227 215 0 44 51 7 6 111 112
Binary 11101101 10010111 10001101 0 100100 101001 111 110 1001001 1001010

Color Harmonies of #ED978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED978D

Black with #ED978D

Text Example


Text Example

White with #ED978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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