Html Css Color HEX #EF988D Sweet Pink

📋 copy color: '#EF988D'

red 239 ◦ green 152 ◦ blue 141

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

Shades of Sweet Pink #EF988D

Tints of Sweet Pink #EF988D

RGB

 RED value IS 239 (93.75% from 255) = 44.92%

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

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

R = 44.92%
G = 28.57%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF988D (or 0xEF988D) is known color: Sweet Pink. HEX triplet: EF, 98 and 8D. RGB value is (239,152,141). Sum of RGB (Red+Green+Blue) = 239+152+141=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF988D is #106772. Grayscale: #B0B0B0. Windows color (decimal): -1075059 or 9279727. OLE color: 9279727.

HSL color Cylindrical-coordinate representation of color #EF988D: hue angle of 6.73º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF988D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 152 141 -
CMYK 0 0.36 0.41 0.06
HSL 6.73º 0.75% 0.75% -
HSV(B) 6.73º 0.41% 0.94% -
XYZ 51.63 42.73 30.73 -
YUV 176.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 239 152 141 0 0.36 0.41 0.06 6.73 0.75 0.75
Hex EF 98 8D 0 24 29 6 7 4B 4B
Octal 357 230 215 0 44 51 6 7 113 113
Binary 11101111 10011000 10001101 0 100100 101001 110 111 1001011 1001011

Color Harmonies of #EF988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF988D

Black with #EF988D

Text Example


Text Example

White with #EF988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF988D; }

 p { color: rgb(239,152,141); }

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

background-color css

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

 a { background-color: rgb(239,152,141); }

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

border-color css

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

 span { border-color: rgb(239,152,141); }

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