Html Css Color HEX #ED998D Sweet Pink

📋 copy color: '#ED998D'

red 237 ◦ green 153 ◦ blue 141

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

Shades of Sweet Pink #ED998D

Tints of Sweet Pink #ED998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.81%

 BLUE value IS 141 (55.47% from 255) = 26.55%

R = 44.63%
G = 28.81%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED998D (or 0xED998D) is known color: Sweet Pink. HEX triplet: ED, 99 and 8D. RGB value is (237,153,141). Sum of RGB (Red+Green+Blue) = 237+153+141=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED998D is #126672. Grayscale: #B0B0B0. Windows color (decimal): -1205875 or 9279981. OLE color: 9279981.

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

Color convert

RGB 237 153 141 -
CMYK 0 0.35 0.41 0.07
HSL 7.5º 0.73% 0.74% -
HSV(B) 7.5º 0.41% 0.93% -
XYZ 51.12 42.71 30.75 -
YUV 176.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 237 153 141 0 0.35 0.41 0.07 7.5 0.73 0.74
Hex ED 99 8D 0 23 29 7 8 49 4A
Octal 355 231 215 0 43 51 7 10 111 112
Binary 11101101 10011001 10001101 0 100011 101001 111 1000 1001001 1001010

Color Harmonies of #ED998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED998D

Black with #ED998D

Text Example


Text Example

White with #ED998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED998D; }

 p { color: rgb(237,153,141); }

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

background-color css

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

 a { background-color: rgb(237,153,141); }

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

border-color css

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

 span { border-color: rgb(237,153,141); }

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