Html Css Color HEX #EF8C80 Sweet Pink

📋 copy color: '#EF8C80'

red 239 ◦ green 140 ◦ blue 128

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

Shades of Sweet Pink #EF8C80

Tints of Sweet Pink #EF8C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

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

R = 47.14%
G = 27.61%
B = 25.25%

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

#EF8C80 (or 0xEF8C80) is known color: Sweet Pink. HEX triplet: EF, 8C and 80. RGB value is (239,140,128). Sum of RGB (Red+Green+Blue) = 239+140+128=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C80 is #10737F. Grayscale: #A8A8A8. Windows color (decimal): -1078144 or 8424687. OLE color: 8424687.

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

Color convert

RGB 239 140 128 -
CMYK 0 0.41 0.46 0.06
HSL 6.49º 0.78% 0.72% -
HSV(B) 6.49º 0.46% 0.94% -
XYZ 48.87 38.67 25.31 -
YUV 168.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 239 140 128 0 0.41 0.46 0.06 6.49 0.78 0.72
Hex EF 8C 80 0 29 2E 6 6 4E 48
Octal 357 214 200 0 51 56 6 6 116 110
Binary 11101111 10001100 10000000 0 101001 101110 110 110 1001110 1001000

Color Harmonies of #EF8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C80

Black with #EF8C80

Text Example


Text Example

White with #EF8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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