#ED978A

Color #ED978A Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #ED978A

Tints of Sweet Pink #ED978A

Color information

#ED978A (or 0xED978A) is unknown color: approx Sweet Pink. HEX triplet: ED, 97 and 8A. RGB value is (237,151,138). Sum of RGB (Red+Green+Blue) = 237+151+138=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978A is #126875. Grayscale: #AFAFAF. Windows color (decimal): -1206390 or 9082861. OLE color: 9082861.

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

Color convert

RGB237151138-
CMYK00.360.420.07
HSL7.88º73.33%73.53%-
HSV(B)7.88º41.77%92.94%-
XYZ50.5841.9729.48-
YUV175.23106.99172.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=45.06%
G=28.71%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715113800.360.420.077.8873.3373.53
HexED978A0242A78494a
Octal35522721204452710111112
Binary1110110110010111100010100100100101010111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED978A; }

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

 H1.HeaderClassName
 {
   color: #ED978A;
 }
 .AnyTagClassName
 {
   color: #ED978A;
 }
</style>
background-color css

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

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

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

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

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

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