Html Css Color HEX #EF948F Sweet Pink

📋 copy color: '#EF948F'

red 239 ◦ green 148 ◦ blue 143

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

Shades of Sweet Pink #EF948F

Tints of Sweet Pink #EF948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.98%

R = 45.09%
G = 27.92%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF948F (or 0xEF948F) is known color: Sweet Pink. HEX triplet: EF, 94 and 8F. RGB value is (239,148,143). Sum of RGB (Red+Green+Blue) = 239+148+143=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF948F is #106B70. Grayscale: #AEAEAE. Windows color (decimal): -1076081 or 9409775. OLE color: 9409775.

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

Color convert

RGB 239 148 143 -
CMYK 0 0.38 0.40 0.06
HSL 3.13º 0.75% 0.75% -
HSV(B) 3.13º 0.4% 0.94% -
XYZ 51.14 41.51 31.3 -
YUV 174.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 239 148 143 0 0.38 0.40 0.06 3.13 0.75 0.75
Hex EF 94 8F 0 26 28 6 3 4B 4B
Octal 357 224 217 0 46 50 6 3 113 113
Binary 11101111 10010100 10001111 0 100110 101000 110 11 1001011 1001011

Color Harmonies of #EF948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF948F

Black with #EF948F

Text Example


Text Example

White with #EF948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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