Html Css Color HEX #EF8D84 Sweet Pink

📋 copy color: '#EF8D84'

red 239 ◦ green 141 ◦ blue 132

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

Shades of Sweet Pink #EF8D84

Tints of Sweet Pink #EF8D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 46.68%
G = 27.54%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF8D84 (or 0xEF8D84) is known color: Sweet Pink. HEX triplet: EF, 8D and 84. RGB value is (239,141,132). Sum of RGB (Red+Green+Blue) = 239+141+132=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D84 is #10727B. Grayscale: #A9A9A9. Windows color (decimal): -1077884 or 8687087. OLE color: 8687087.

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

Color convert

RGB 239 141 132 -
CMYK 0 0.41 0.45 0.06
HSL 5.05º 0.77% 0.73% -
HSV(B) 5.05º 0.45% 0.94% -
XYZ 49.29 39.07 26.77 -
YUV 169.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 239 141 132 0 0.41 0.45 0.06 5.05 0.77 0.73
Hex EF 8D 84 0 29 2D 6 5 4D 49
Octal 357 215 204 0 51 55 6 5 115 111
Binary 11101111 10001101 10000100 0 101001 101101 110 101 1001101 1001001

Color Harmonies of #EF8D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D84

Black with #EF8D84

Text Example


Text Example

White with #EF8D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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