Html Css Color HEX #EF8E8D Sweet Pink

📋 copy color: '#EF8E8D'

red 239 ◦ green 142 ◦ blue 141

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

Shades of Sweet Pink #EF8E8D

Tints of Sweet Pink #EF8E8D

RGB

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

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

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

R = 45.79%
G = 27.2%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8E8D (or 0xEF8E8D) is known color: Sweet Pink. HEX triplet: EF, 8E and 8D. RGB value is (239,142,141). Sum of RGB (Red+Green+Blue) = 239+142+141=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E8D is #107172. Grayscale: #AAAAAA. Windows color (decimal): -1077619 or 9277167. OLE color: 9277167.

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

Color convert

RGB 239 142 141 -
CMYK 0 0.41 0.41 0.06
HSL 0.61º 0.75% 0.75% -
HSV(B) 0.61º 0.41% 0.94% -
XYZ 50.08 39.62 30.21 -
YUV 170.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 239 142 141 0 0.41 0.41 0.06 0.61 0.75 0.75
Hex EF 8E 8D 0 29 29 6 1 4B 4B
Octal 357 216 215 0 51 51 6 1 113 113
Binary 11101111 10001110 10001101 0 101001 101001 110 1 1001011 1001011

Color Harmonies of #EF8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8E8D

Black with #EF8E8D

Text Example


Text Example

White with #EF8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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