Html Css Color HEX #EF9D9B Sweet Pink

📋 copy color: '#EF9D9B'

red 239 ◦ green 157 ◦ blue 155

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

Shades of Sweet Pink #EF9D9B

Tints of Sweet Pink #EF9D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 43.38%
G = 28.49%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF9D9B (or 0xEF9D9B) is known color: Sweet Pink. HEX triplet: EF, 9D and 9B. RGB value is (239,157,155). Sum of RGB (Red+Green+Blue) = 239+157+155=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D9B is #106264. Grayscale: #B5B5B5. Windows color (decimal): -1073765 or 10198511. OLE color: 10198511.

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

Color convert

RGB 239 157 155 -
CMYK 0 0.34 0.35 0.06
HSL 1.43º 0.72% 0.77% -
HSV(B) 1.43º 0.35% 0.94% -
XYZ 53.57 44.83 36.84 -
YUV 181.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 239 157 155 0 0.34 0.35 0.06 1.43 0.72 0.77
Hex EF 9D 9B 0 22 23 6 1 48 4D
Octal 357 235 233 0 42 43 6 1 110 115
Binary 11101111 10011101 10011011 0 100010 100011 110 1 1001000 1001101

Color Harmonies of #EF9D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9D9B

Black with #EF9D9B

Text Example


Text Example

White with #EF9D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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