Html Css Color HEX #EF948C Sweet Pink

📋 copy color: '#EF948C'

red 239 ◦ green 148 ◦ blue 140

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

Shades of Sweet Pink #EF948C

Tints of Sweet Pink #EF948C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 45.35%
G = 28.08%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF948C (or 0xEF948C) is known color: Sweet Pink. HEX triplet: EF, 94 and 8C. RGB value is (239,148,140). Sum of RGB (Red+Green+Blue) = 239+148+140=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948C is #106B73. Grayscale: #AEAEAE. Windows color (decimal): -1076084 or 9213167. OLE color: 9213167.

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

Color convert

RGB 239 148 140 -
CMYK 0 0.38 0.41 0.06
HSL 4.85º 0.76% 0.74% -
HSV(B) 4.85º 0.41% 0.94% -
XYZ 50.92 41.42 30.12 -
YUV 174.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 239 148 140 0 0.38 0.41 0.06 4.85 0.76 0.74
Hex EF 94 8C 0 26 29 6 5 4C 4A
Octal 357 224 214 0 46 51 6 5 114 112
Binary 11101111 10010100 10001100 0 100110 101001 110 101 1001100 1001010

Color Harmonies of #EF948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF948C

Black with #EF948C

Text Example


Text Example

White with #EF948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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