#ED968B

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

Shades of Sweet Pink #ED968B

Tints of Sweet Pink #ED968B

Color information

#ED968B (or 0xED968B) is unknown color: approx Sweet Pink. HEX triplet: ED, 96 and 8B. RGB value is (237,150,139). Sum of RGB (Red+Green+Blue) = 237+150+139=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968B is #126974. Grayscale: #AEAEAE. Windows color (decimal): -1206645 or 9148141. OLE color: 9148141.

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

Color convert

RGB237150139-
CMYK00.370.410.07
HSL6.73º73.13%73.73%-
HSV(B)6.73º41.35%92.94%-
XYZ50.4941.6829.81-
YUV174.76107.82172.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=45.06%
G=28.52%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715013900.370.410.076.7373.1373.73
HexED968B0252977494a
Octal3552262130455177111112
Binary111011011001011010001011010010110100111111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED968B; }

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

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

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

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

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

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

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

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