Html Css Color HEX #EF938C Sweet Pink

📋 copy color: '#EF938C'

red 239 ◦ green 147 ◦ blue 140

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

Shades of Sweet Pink #EF938C

Tints of Sweet Pink #EF938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.95%

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

R = 45.44%
G = 27.95%
B = 26.62%

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

#EF938C (or 0xEF938C) is known color: Sweet Pink. HEX triplet: EF, 93 and 8C. RGB value is (239,147,140). Sum of RGB (Red+Green+Blue) = 239+147+140=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF938C is #106C73. Grayscale: #ADADAD. Windows color (decimal): -1076340 or 9212911. OLE color: 9212911.

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

Color convert

RGB 239 147 140 -
CMYK 0 0.38 0.41 0.06
HSL 4.24º 0.76% 0.74% -
HSV(B) 4.24º 0.41% 0.94% -
XYZ 50.76 41.11 30.07 -
YUV 173.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 239 147 140 0 0.38 0.41 0.06 4.24 0.76 0.74
Hex EF 93 8C 0 26 29 6 4 4C 4A
Octal 357 223 214 0 46 51 6 4 114 112
Binary 11101111 10010011 10001100 0 100110 101001 110 100 1001100 1001010

Color Harmonies of #EF938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF938C

Black with #EF938C

Text Example


Text Example

White with #EF938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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