Html Css Color HEX #EF9E9D Sweet Pink

📋 copy color: '#EF9E9D'

red 239 ◦ green 158 ◦ blue 157

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

Shades of Sweet Pink #EF9E9D

Tints of Sweet Pink #EF9E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.52%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 43.14%
G = 28.52%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF9E9D (or 0xEF9E9D) is known color: Sweet Pink. HEX triplet: EF, 9E and 9D. RGB value is (239,158,157). Sum of RGB (Red+Green+Blue) = 239+158+157=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E9D is #106162. Grayscale: #B6B6B6. Windows color (decimal): -1073507 or 10329839. OLE color: 10329839.

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

Color convert

RGB 239 158 157 -
CMYK 0 0.34 0.34 0.06
HSL 0.73º 0.72% 0.78% -
HSV(B) 0.73º 0.34% 0.94% -
XYZ 53.91 45.24 37.79 -
YUV 182.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 239 158 157 0 0.34 0.34 0.06 0.73 0.72 0.78
Hex EF 9E 9D 0 22 22 6 1 48 4E
Octal 357 236 235 0 42 42 6 1 110 116
Binary 11101111 10011110 10011101 0 100010 100010 110 1 1001000 1001110

Color Harmonies of #EF9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9E9D

Black with #EF9E9D

Text Example


Text Example

White with #EF9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9E9D; }

 p { color: rgb(239,158,157); }

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

background-color css

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

 a { background-color: rgb(239,158,157); }

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

border-color css

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

 span { border-color: rgb(239,158,157); }

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