Html Css Color HEX #EF928C Sweet Pink

📋 copy color: '#EF928C'

red 239 ◦ green 146 ◦ blue 140

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

Shades of Sweet Pink #EF928C

Tints of Sweet Pink #EF928C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.81%

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

R = 45.52%
G = 27.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF928C (or 0xEF928C) is known color: Sweet Pink. HEX triplet: EF, 92 and 8C. RGB value is (239,146,140). Sum of RGB (Red+Green+Blue) = 239+146+140=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF928C is #106D73. Grayscale: #ADADAD. Windows color (decimal): -1076596 or 9212655. OLE color: 9212655.

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

Color convert

RGB 239 146 140 -
CMYK 0 0.39 0.41 0.06
HSL 3.64º 0.76% 0.74% -
HSV(B) 3.64º 0.41% 0.94% -
XYZ 50.61 40.8 30.02 -
YUV 173.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 239 146 140 0 0.39 0.41 0.06 3.64 0.76 0.74
Hex EF 92 8C 0 27 29 6 4 4C 4A
Octal 357 222 214 0 47 51 6 4 114 112
Binary 11101111 10010010 10001100 0 100111 101001 110 100 1001100 1001010

Color Harmonies of #EF928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF928C

Black with #EF928C

Text Example


Text Example

White with #EF928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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