Html Css Color HEX #ED988C Sweet Pink

📋 copy color: '#ED988C'

red 237 ◦ green 152 ◦ blue 140

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

Shades of Sweet Pink #ED988C

Tints of Sweet Pink #ED988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

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

R = 44.8%
G = 28.73%
B = 26.47%

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

#ED988C (or 0xED988C) is known color: Sweet Pink. HEX triplet: ED, 98 and 8C. RGB value is (237,152,140). Sum of RGB (Red+Green+Blue) = 237+152+140=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED988C is #126773. Grayscale: #B0B0B0. Windows color (decimal): -1206132 or 9214189. OLE color: 9214189.

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

Color convert

RGB 237 152 140 -
CMYK 0 0.36 0.41 0.07
HSL 7.42º 0.73% 0.74% -
HSV(B) 7.42º 0.41% 0.93% -
XYZ 50.89 42.35 30.3 -
YUV 176.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 237 152 140 0 0.36 0.41 0.07 7.42 0.73 0.74
Hex ED 98 8C 0 24 29 7 7 49 4A
Octal 355 230 214 0 44 51 7 7 111 112
Binary 11101101 10011000 10001100 0 100100 101001 111 111 1001001 1001010

Color Harmonies of #ED988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED988C

Black with #ED988C

Text Example


Text Example

White with #ED988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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