Html Css Color HEX #ED978B Sweet Pink

📋 copy color: '#ED978B'

red 237 ◦ green 151 ◦ blue 139

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

Shades of Sweet Pink #ED978B

Tints of Sweet Pink #ED978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 44.97%
G = 28.65%
B = 26.38%

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

#ED978B (or 0xED978B) is known color: Sweet Pink. HEX triplet: ED, 97 and 8B. RGB value is (237,151,139). Sum of RGB (Red+Green+Blue) = 237+151+139=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978B is #126874. Grayscale: #AFAFAF. Windows color (decimal): -1206389 or 9148397. OLE color: 9148397.

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

Color convert

RGB 237 151 139 -
CMYK 0 0.36 0.41 0.07
HSL 7.35º 0.73% 0.74% -
HSV(B) 7.35º 0.41% 0.93% -
XYZ 50.65 42 29.86 -
YUV 175.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 237 151 139 0 0.36 0.41 0.07 7.35 0.73 0.74
Hex ED 97 8B 0 24 29 7 7 49 4A
Octal 355 227 213 0 44 51 7 7 111 112
Binary 11101101 10010111 10001011 0 100100 101001 111 111 1001001 1001010

Color Harmonies of #ED978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED978B

Black with #ED978B

Text Example


Text Example

White with #ED978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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