Html Css Color HEX #EF8D80 Sweet Pink

📋 copy color: '#EF8D80'

red 239 ◦ green 141 ◦ blue 128

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

Shades of Sweet Pink #EF8D80

Tints of Sweet Pink #EF8D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 47.05%
G = 27.76%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF8D80 (or 0xEF8D80) is known color: Sweet Pink. HEX triplet: EF, 8D and 80. RGB value is (239,141,128). Sum of RGB (Red+Green+Blue) = 239+141+128=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D80 is #10727F. Grayscale: #A8A8A8. Windows color (decimal): -1077888 or 8424943. OLE color: 8424943.

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

Color convert

RGB 239 141 128 -
CMYK 0 0.41 0.46 0.06
HSL 7.03º 0.78% 0.72% -
HSV(B) 7.03º 0.46% 0.94% -
XYZ 49.02 38.96 25.36 -
YUV 168.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 239 141 128 0 0.41 0.46 0.06 7.03 0.78 0.72
Hex EF 8D 80 0 29 2E 6 7 4E 48
Octal 357 215 200 0 51 56 6 7 116 110
Binary 11101111 10001101 10000000 0 101001 101110 110 111 1001110 1001000

Color Harmonies of #EF8D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D80

Black with #EF8D80

Text Example


Text Example

White with #EF8D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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