Html Css Color HEX #EF948D Sweet Pink

📋 copy color: '#EF948D'

red 239 ◦ green 148 ◦ blue 141

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

Shades of Sweet Pink #EF948D

Tints of Sweet Pink #EF948D

RGB

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

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

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

R = 45.27%
G = 28.03%
B = 26.7%

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

#EF948D (or 0xEF948D) is known color: Sweet Pink. HEX triplet: EF, 94 and 8D. RGB value is (239,148,141). Sum of RGB (Red+Green+Blue) = 239+148+141=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948D is #106B72. Grayscale: #AEAEAE. Windows color (decimal): -1076083 or 9278703. OLE color: 9278703.

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

Color convert

RGB 239 148 141 -
CMYK 0 0.38 0.41 0.06
HSL 4.29º 0.75% 0.75% -
HSV(B) 4.29º 0.41% 0.94% -
XYZ 50.99 41.45 30.51 -
YUV 174.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 239 148 141 0 0.38 0.41 0.06 4.29 0.75 0.75
Hex EF 94 8D 0 26 29 6 4 4B 4B
Octal 357 224 215 0 46 51 6 4 113 113
Binary 11101111 10010100 10001101 0 100110 101001 110 100 1001011 1001011

Color Harmonies of #EF948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF948D

Black with #EF948D

Text Example


Text Example

White with #EF948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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