Html Css Color HEX #ED978E Sweet Pink

📋 copy color: '#ED978E'

red 237 ◦ green 151 ◦ blue 142

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

Shades of Sweet Pink #ED978E

Tints of Sweet Pink #ED978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 44.72%
G = 28.49%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED978E (or 0xED978E) is known color: Sweet Pink. HEX triplet: ED, 97 and 8E. RGB value is (237,151,142). Sum of RGB (Red+Green+Blue) = 237+151+142=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978E is #126871. Grayscale: #AFAFAF. Windows color (decimal): -1206386 or 9345005. OLE color: 9345005.

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

Color convert

RGB 237 151 142 -
CMYK 0 0.36 0.40 0.07
HSL 5.68º 0.73% 0.74% -
HSV(B) 5.68º 0.4% 0.93% -
XYZ 50.87 42.09 31.03 -
YUV 175.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 237 151 142 0 0.36 0.40 0.07 5.68 0.73 0.74
Hex ED 97 8E 0 24 28 7 6 49 4A
Octal 355 227 216 0 44 50 7 6 111 112
Binary 11101101 10010111 10001110 0 100100 101000 111 110 1001001 1001010

Color Harmonies of #ED978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED978E

Black with #ED978E

Text Example


Text Example

White with #ED978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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