Html Css Color HEX #ED978C Sweet Pink

📋 copy color: '#ED978C'

red 237 ◦ green 151 ◦ blue 140

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

Shades of Sweet Pink #ED978C

Tints of Sweet Pink #ED978C

RGB

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

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

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

R = 44.89%
G = 28.6%
B = 26.52%

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

#ED978C (or 0xED978C) is known color: Sweet Pink. HEX triplet: ED, 97 and 8C. RGB value is (237,151,140). Sum of RGB (Red+Green+Blue) = 237+151+140=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978C is #126873. Grayscale: #AFAFAF. Windows color (decimal): -1206388 or 9213933. OLE color: 9213933.

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

Color convert

RGB 237 151 140 -
CMYK 0 0.36 0.41 0.07
HSL 6.8º 0.73% 0.74% -
HSV(B) 6.8º 0.41% 0.93% -
XYZ 50.73 42.03 30.25 -
YUV 175.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 237 151 140 0 0.36 0.41 0.07 6.8 0.73 0.74
Hex ED 97 8C 0 24 29 7 7 49 4A
Octal 355 227 214 0 44 51 7 7 111 112
Binary 11101101 10010111 10001100 0 100100 101001 111 111 1001001 1001010

Color Harmonies of #ED978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED978C

Black with #ED978C

Text Example


Text Example

White with #ED978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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