Html Css Color HEX #EF8F8D Sweet Pink

📋 copy color: '#EF8F8D'

red 239 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #EF8F8D

Tints of Sweet Pink #EF8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.34%

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

R = 45.7%
G = 27.34%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF8F8D (or 0xEF8F8D) is known color: Sweet Pink. HEX triplet: EF, 8F and 8D. RGB value is (239,143,141). Sum of RGB (Red+Green+Blue) = 239+143+141=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F8D is #107072. Grayscale: #ABABAB. Windows color (decimal): -1077363 or 9277423. OLE color: 9277423.

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

Color convert

RGB 239 143 141 -
CMYK 0 0.40 0.41 0.06
HSL 1.22º 0.75% 0.75% -
HSV(B) 1.22º 0.41% 0.94% -
XYZ 50.23 39.92 30.26 -
YUV 171.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 239 143 141 0 0.40 0.41 0.06 1.22 0.75 0.75
Hex EF 8F 8D 0 28 29 6 1 4B 4B
Octal 357 217 215 0 50 51 6 1 113 113
Binary 11101111 10001111 10001101 0 101000 101001 110 1 1001011 1001011

Color Harmonies of #EF8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F8D

Black with #EF8F8D

Text Example


Text Example

White with #EF8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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