Html Css Color HEX #ED988A Sweet Pink

📋 copy color: '#ED988A'

red 237 ◦ green 152 ◦ blue 138

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

Shades of Sweet Pink #ED988A

Tints of Sweet Pink #ED988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.19%

R = 44.97%
G = 28.84%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED988A (or 0xED988A) is known color: Sweet Pink. HEX triplet: ED, 98 and 8A. RGB value is (237,152,138). Sum of RGB (Red+Green+Blue) = 237+152+138=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED988A is #126775. Grayscale: #AFAFAF. Windows color (decimal): -1206134 or 9083117. OLE color: 9083117.

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

Color convert

RGB 237 152 138 -
CMYK 0 0.36 0.42 0.07
HSL 8.48º 0.73% 0.74% -
HSV(B) 8.48º 0.42% 0.93% -
XYZ 50.74 42.3 29.53 -
YUV 175.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 237 152 138 0 0.36 0.42 0.07 8.48 0.73 0.74
Hex ED 98 8A 0 24 2A 7 8 49 4A
Octal 355 230 212 0 44 52 7 10 111 112
Binary 11101101 10011000 10001010 0 100100 101010 111 1000 1001001 1001010

Color Harmonies of #ED988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED988A

Black with #ED988A

Text Example


Text Example

White with #ED988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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