Html Css Color HEX #EF948B Sweet Pink

📋 copy color: '#EF948B'

red 239 ◦ green 148 ◦ blue 139

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

Shades of Sweet Pink #EF948B

Tints of Sweet Pink #EF948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.14%

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 45.44%
G = 28.14%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF948B (or 0xEF948B) is known color: Sweet Pink. HEX triplet: EF, 94 and 8B. RGB value is (239,148,139). Sum of RGB (Red+Green+Blue) = 239+148+139=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948B is #106B74. Grayscale: #AEAEAE. Windows color (decimal): -1076085 or 9147631. OLE color: 9147631.

HSL color Cylindrical-coordinate representation of color #EF948B: hue angle of 5.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF948B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 139 -
CMYK 0 0.38 0.42 0.06
HSL 5.4º 0.76% 0.74% -
HSV(B) 5.4º 0.42% 0.94% -
XYZ 50.85 41.39 29.74 -
YUV 174.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 239 148 139 0 0.38 0.42 0.06 5.4 0.76 0.74
Hex EF 94 8B 0 26 2A 6 5 4C 4A
Octal 357 224 213 0 46 52 6 5 114 112
Binary 11101111 10010100 10001011 0 100110 101010 110 101 1001100 1001010

Color Harmonies of #EF948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF948B

Black with #EF948B

Text Example


Text Example

White with #EF948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF948B; }

 p { color: rgb(239,148,139); }

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

background-color css

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

 a { background-color: rgb(239,148,139); }

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

border-color css

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

 span { border-color: rgb(239,148,139); }

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