Html Css Color HEX #EF8E82 Sweet Pink

📋 copy color: '#EF8E82'

red 239 ◦ green 142 ◦ blue 130

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

Shades of Sweet Pink #EF8E82

Tints of Sweet Pink #EF8E82

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.79%

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 46.77%
G = 27.79%
B = 25.44%

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

#EF8E82 (or 0xEF8E82) is known color: Sweet Pink. HEX triplet: EF, 8E and 82. RGB value is (239,142,130). Sum of RGB (Red+Green+Blue) = 239+142+130=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E82 is #10717D. Grayscale: #A9A9A9. Windows color (decimal): -1077630 or 8556271. OLE color: 8556271.

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

Color convert

RGB 239 142 130 -
CMYK 0 0.41 0.46 0.06
HSL 6.61º 0.77% 0.72% -
HSV(B) 6.61º 0.46% 0.94% -
XYZ 49.3 39.31 26.11 -
YUV 169.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 239 142 130 0 0.41 0.46 0.06 6.61 0.77 0.72
Hex EF 8E 82 0 29 2E 6 7 4D 48
Octal 357 216 202 0 51 56 6 7 115 110
Binary 11101111 10001110 10000010 0 101001 101110 110 111 1001101 1001000

Color Harmonies of #EF8E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E82

Black with #EF8E82

Text Example


Text Example

White with #EF8E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E82; }

 p { color: rgb(239,142,130); }

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

background-color css

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

 a { background-color: rgb(239,142,130); }

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

border-color css

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

 span { border-color: rgb(239,142,130); }

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